Skip to content

Commit

Permalink
Merge pull request pnpnpn#5 from pnpnpn/fix_syspath
Browse files Browse the repository at this point in the history
fix sys.path
  • Loading branch information
pnpnpn authored Apr 15, 2017
2 parents 2baae03 + eec86fc commit eca8fb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/train_dna2vec.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env python3

import sys
sys.path.append('../')
sys.path.extend(['.', '..'])

import glob
import logbook
Expand Down

0 comments on commit eca8fb9

Please sign in to comment.