diff options
Diffstat (limited to 'src/mailman/database/stock.py')
| -rw-r--r-- | src/mailman/database/stock.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mailman/database/stock.py b/src/mailman/database/stock.py index e3c802455..92a344171 100644 --- a/src/mailman/database/stock.py +++ b/src/mailman/database/stock.py @@ -25,7 +25,7 @@ __all__ = [ import os import logging -from locknix.lockfile import Lock +from flufl.lock import Lock from lazr.config import as_boolean from pkg_resources import resource_string from storm.cache import GenerationalCache |
