Skip to content

Commit

Permalink
Added __init__.py to runsharp to see if this helps imports on test
Browse files Browse the repository at this point in the history
  • Loading branch information
Greg Blumberg committed Jan 11, 2019
1 parent f2ed025 commit 8c48b26
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion datasources/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
all = [ 'data_source', 'available' ]
__all__ = [ 'data_source', 'available' ]
4 changes: 4 additions & 0 deletions runsharp/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
__all__ = ['runsharp']

# Init needed to do tests with code in runsharp

0 comments on commit 8c48b26

Please sign in to comment.