diff options
| author | Barry Warsaw | 2007-10-10 23:22:03 -0400 |
|---|---|---|
| committer | Barry Warsaw | 2007-10-10 23:22:03 -0400 |
| commit | 1ad73a52bb9d82ef3af1e34ad9ef66ac2eda2909 (patch) | |
| tree | 7985eda24e60a39d58c54436e99f975610ee947d /Mailman/tests/test_lockfile.py | |
| parent | 15f9e73fdb96a145632e5916cc0073472c014c99 (diff) | |
| download | mailman-1ad73a52bb9d82ef3af1e34ad9ef66ac2eda2909.tar.gz mailman-1ad73a52bb9d82ef3af1e34ad9ef66ac2eda2909.tar.zst mailman-1ad73a52bb9d82ef3af1e34ad9ef66ac2eda2909.zip | |
Diffstat (limited to 'Mailman/tests/test_lockfile.py')
| -rw-r--r-- | Mailman/tests/test_lockfile.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Mailman/tests/test_lockfile.py b/Mailman/tests/test_lockfile.py index ae0753578..9d6420e74 100644 --- a/Mailman/tests/test_lockfile.py +++ b/Mailman/tests/test_lockfile.py @@ -22,7 +22,7 @@ import shutil import tempfile import unittest -from Mailman.LockFile import LockFile +from Mailman.lockfile import LockFile LOCKFILE_NAME = '.mm-test-lock' |
