diff --git a/cli/interface.py b/cli/interface.py index 809a8aa..2f74dda 100644 --- a/cli/interface.py +++ b/cli/interface.py @@ -19,7 +19,7 @@ def main(gimble_dir=None): if gimble_dir is None: - gimble_dir = os.path.dirname(os.path.realpath(__file__)) + gimble_dir = os.path.dirname(os.path.join(os.path.realpath(__file__), '..')) try: start_time = timer() __version__ = '0.0.1' diff --git a/lib/__init__.py b/lib/__init__.py new file mode 100644 index 0000000..e69de29