diff options
-rw-r--r-- | gkeys/gkeys/lock.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gkeys/gkeys/lock.py b/gkeys/gkeys/lock.py index 5614335..3e37103 100644 --- a/gkeys/gkeys/lock.py +++ b/gkeys/gkeys/lock.py @@ -3,7 +3,7 @@ import os from snakeoil import fileutils from snakeoil import osutils -from catalyst.fileops import ensure_dirs +from gkeys.fileops import ensure_dirs LockInUse = osutils.LockException |