Skip to content

Commit

Permalink
Move testtransitfeed.py into tests/transitfeed.
Browse files Browse the repository at this point in the history
  • Loading branch information
bdferris committed Oct 23, 2014
1 parent a720595 commit 8d72753
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,11 @@


def DataPath(path):
here = os.path.dirname(__file__)
here = os.path.dirname(util.__file__)
return os.path.join(here, 'data', path)

def GetDataPathContents():
here = os.path.dirname(__file__)
here = os.path.dirname(util.__file__)
return dircache.listdir(os.path.join(here, 'data'))


Expand Down

0 comments on commit 8d72753

Please sign in to comment.