diff options
Diffstat (limited to 'src/mailman/bin/arch.py')
| -rw-r--r-- | src/mailman/bin/arch.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mailman/bin/arch.py b/src/mailman/bin/arch.py index 713af1013..cb7a81dae 100644 --- a/src/mailman/bin/arch.py +++ b/src/mailman/bin/arch.py @@ -1,4 +1,4 @@ -# Copyright (C) 1998-2010 by the Free Software Foundation, Inc. +# Copyright (C) 1998-2011 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # @@ -23,7 +23,7 @@ import errno import shutil import optparse -from locknix.lockfile import Lock +from flufl.lock import Lock from mailman.Archiver.HyperArch import HyperArchive from mailman.Defaults import hours |
