summaryrefslogtreecommitdiffstats
path: root/gluster/swift/obj/expirer.py
diff options
context:
space:
mode:
Diffstat (limited to 'gluster/swift/obj/expirer.py')
-rw-r--r--gluster/swift/obj/expirer.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/gluster/swift/obj/expirer.py b/gluster/swift/obj/expirer.py
index 38f870e..97e08e9 100644
--- a/gluster/swift/obj/expirer.py
+++ b/gluster/swift/obj/expirer.py
@@ -25,7 +25,7 @@ from gluster.swift.common.utils import delete_tracker_object
from swift.obj.expirer import ObjectExpirer as SwiftObjectExpirer
from swift.common.http import HTTP_NOT_FOUND
from swift.common.internal_client import InternalClient, UnexpectedResponse
-from swift.common.utils import ThreadPool
+from gluster.swift.common.utils import ThreadPool
EXCLUDE_DIRS = ('.trashcan', '.glusterfs')