Skip to content

Commit d0d983e

Browse files
committed
mm_cfg circular import issue
1 parent 8b5730e commit d0d983e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Mailman/Defaults.py.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1786,7 +1786,7 @@ SITE_PW_FILE = os.path.join(DATA_DIR, 'adm.pw')
17861786
LISTCREATOR_PW_FILE = os.path.join(DATA_DIR, 'creator.pw')
17871787

17881788
# Import a bunch of version numbers
1789-
from Version import *
1789+
from Mailman.Version import *
17901790

17911791
# Vgg: Language descriptions and charsets dictionary, any new supported
17921792
# language must have a corresponding entry here. Key is the name of the

0 commit comments

Comments
 (0)