Skip to content

Commit 04f368d

Browse files
Merge pull request #5 from GertjanBisschop/add_init
add init
2 parents 33077ac + d06b500 commit 04f368d

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

cli/interface.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
def main(gimble_dir=None):
2121
if gimble_dir is None:
22-
gimble_dir = os.path.dirname(os.path.realpath(__file__))
22+
gimble_dir = os.path.dirname(os.path.join(os.path.realpath(__file__), '..'))
2323
try:
2424
start_time = timer()
2525
__version__ = '0.0.1'

lib/__init__.py

Whitespace-only changes.

0 commit comments

Comments
 (0)