Fix module path.

This commit is contained in:
Fabien Boucher 2013-03-28 14:41:13 +01:00
parent b190545bee
commit 6c89eac1f9
2 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@ import eventlet
from keystoneclient.v2_0 import client as ksclient
sys.path.append(os.path.abspath(os.path.join(os.path.dirname(__file__), "..")))
from common.utils import get_config
from swsync.utils import get_config
from swsync.filler import (load_index, load_containers_index,
create_swift_account, fill_swift,
delete_account_content, delete_account)

View File

@ -40,7 +40,7 @@ from swiftclient import client as sclient
import eventlet
sys.path.append("../")
from common.utils import get_config
from utils import get_config
eventlet.patcher.monkey_patch()