Skip to content

Commit e59c277

Browse files
committed
fixup default issues
1 parent 1a0530c commit e59c277

2 files changed

Lines changed: 2 additions & 2 deletions

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 Mailman.Version import *
1789+
from .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

Mailman/mm_cfg.py.dist.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ affect lists created after the change. For existing lists, see the FAQ at
4646
###############################################
4747
# Here's where we get the distributed defaults.
4848

49-
from Defaults import *
49+
from Mailman.Defaults import *
5050

5151
##################################################
5252
# Put YOUR site-specific settings below this line.

0 commit comments

Comments
 (0)