Skip to content

Commit

Permalink
allow importing
Browse files Browse the repository at this point in the history
  • Loading branch information
Philipp Angerer committed May 9, 2017
1 parent 154085e commit c5295bc
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion taxMaps
Original file line number Diff line number Diff line change
Expand Up @@ -444,7 +444,7 @@ def main(args=None):
sys.exit(-1)

# base dirs
module_dir = os.path.abspath(os.path.dirname(__file__))
module_dir = os.path.realpath(os.path.dirname(__file__))
start_dir = os.getcwd()

prefix = opt.m_prefix
Expand Down
1 change: 1 addition & 0 deletions taxmaps/__init__.py
1 change: 1 addition & 0 deletions taxmaps/index.py
1 change: 1 addition & 0 deletions taxmaps/taxtbl.py

0 comments on commit c5295bc

Please sign in to comment.