Refactoring after utils moves.

This commit is contained in:
Chmouel Boudjnah 2013-03-26 14:54:22 +01:00
parent 87eb8b21e6
commit 6180dabef4
1 changed files with 2 additions and 6 deletions

View File

@ -1,12 +1,8 @@
import sys
import os
import swiftclient
import eventlet
sys.path.append(os.path.abspath(os.path.join(os.path.dirname(__file__), "..")))
from sync.objects import sync_object
from common.utils import get_config
from objects import sync_object
from utils import get_config
MAX_GTHREADS = get_config("sync", "max_gthreads")