Commit 86436334 by user

adding relative path include

parent f7af8615
...@@ -3,9 +3,12 @@ ...@@ -3,9 +3,12 @@
import libvirt import libvirt
import logging import logging
import os import os
import sys
from decorator import decorator from decorator import decorator
from vmcelery import celery from vmcelery import celery
sys.path.append(os.path.dirname(os.path.basename(__file__)))
connection = None connection = None
state_dict = {0: 'NOSTATE', state_dict = {0: 'NOSTATE',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment