diff options
-rw-r--r-- | http/api/api.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/http/api/api.py b/http/api/api.py index d95cabc..51b93d1 100644 --- a/http/api/api.py +++ b/http/api/api.py @@ -12,6 +12,7 @@ OLDPATH = copy.copy(sys.path) sys.path.append( os.path.abspath(os.path.join(os.path.dirname(__file__), '../..'))) from dealconvert import DealConverter +from dealconvert.formats import * sys.path = OLDPATH CACHEPATH = os.path.abspath( |