summaryrefslogtreecommitdiff
path: root/Mailman/bin/update.py
diff options
context:
space:
mode:
authorbwarsaw2006-11-04 21:05:32 +0000
committerbwarsaw2006-11-04 21:05:32 +0000
commitcf6448420c10aaf4cd7a8af27058df852017cb7c (patch)
treea72b15673ef805ba3dd3518823f881b383762d27 /Mailman/bin/update.py
parentaed9300968dcda0ac7a5ee900d6fef727d8d2e7d (diff)
downloadmailman-cf6448420c10aaf4cd7a8af27058df852017cb7c.tar.gz
mailman-cf6448420c10aaf4cd7a8af27058df852017cb7c.tar.zst
mailman-cf6448420c10aaf4cd7a8af27058df852017cb7c.zip
Diffstat (limited to 'Mailman/bin/update.py')
-rw-r--r--Mailman/bin/update.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Mailman/bin/update.py b/Mailman/bin/update.py
index 1577f0450..72a40ab8c 100644
--- a/Mailman/bin/update.py
+++ b/Mailman/bin/update.py
@@ -76,7 +76,7 @@ def calcversions():
#
# See if we stored the last updated version
lastversion = None
- thisversion = config.HEX_VERSION
+ thisversion = Version.HEX_VERSION
try:
fp = open(os.path.join(config.DATA_DIR, 'last_mailman_version'))
data = fp.read()