diff --git a/parser/parser-gaussian/setup_paths.py b/parser/parser-gaussian/setup_paths.py
index 3f16bbded297dfba04b80e4ede590c35f10c6751..e0a0fb009256a0d4056e81c12e82d15bfd3ea7c4 100644
--- a/parser/parser-gaussian/setup_paths.py
+++ b/parser/parser-gaussian/setup_paths.py
@@ -1,6 +1,6 @@
 import sys, os, os.path
 baseDir = os.path.dirname(os.path.abspath(__file__))
-commonDir = os.path.normpath(os.path.join(baseDir,"../../../../python-common/python"))
+commonDir = os.path.normpath(os.path.join(baseDir,"../../../../python-common/common/python"))
 
 if not commonDir in sys.path:
     sys.path.insert(0, commonDir)