diff --git a/amrbatch/__init__.py b/amrbatch/__init__.py
index 8c585af5d6b9abb6da22d57dabf30b7aed69033a..4727364e008046e454306c13851896154d97df8d 100644
--- a/amrbatch/__init__.py
+++ b/amrbatch/__init__.py
@@ -4,4 +4,4 @@ LIB_PATH = os.path.dirname(os.path.abspath(__file__)) + '/'
 sys.path.insert(0, os.path.abspath(LIB_PATH))
 
 # -- Main Method(s)
-from main import parse_document_file_to_produce_amr_graph 
+from amrbatch.main import parse_document_file_to_produce_amr_graph