diff options
| author | Mario Splivalo <mario.splivalo@canonical.com> | 2017-03-21 11:56:27 +0100 |
|---|---|---|
| committer | Mario Splivalo <mario.splivalo@canonical.com> | 2017-03-21 11:56:27 +0100 |
| commit | 1b8adb9a3f29bfc357e53e70443d0ad97002ad25 (patch) | |
| tree | 26a6d2608761ee3b4cf5e071c16e505e3bf87dd7 | |
| parent | 82c9f427f8a030cc4180919c6e1b54878f5e94bc (diff) | |
Removed obsolete FileLock dependency
| -rwxr-xr-x | hooks/hooks.py | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/hooks/hooks.py b/hooks/hooks.py index 731444d..aa09ff5 100755 --- a/hooks/hooks.py +++ b/hooks/hooks.py @@ -83,12 +83,6 @@ except ImportError: from pymongo import MongoClient as Connection from pymongo.errors import OperationFailure -try: - from lockfile import FileLock -except ImportError: - apt_install("python-lockfile", fatal=True) - from lockfile import FileLock - from charmhelpers.contrib.charmsupport.nrpe import NRPE hooks = Hooks() |
