Refactoring after utils moves.
This commit is contained in:
parent
87eb8b21e6
commit
6180dabef4
@ -1,12 +1,8 @@
|
|||||||
import sys
|
|
||||||
import os
|
|
||||||
|
|
||||||
import swiftclient
|
import swiftclient
|
||||||
import eventlet
|
import eventlet
|
||||||
|
|
||||||
sys.path.append(os.path.abspath(os.path.join(os.path.dirname(__file__), "..")))
|
from objects import sync_object
|
||||||
from sync.objects import sync_object
|
from utils import get_config
|
||||||
from common.utils import get_config
|
|
||||||
|
|
||||||
MAX_GTHREADS = get_config("sync", "max_gthreads")
|
MAX_GTHREADS = get_config("sync", "max_gthreads")
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user