Skip to content

Commit

Permalink
new path value (avoid python3.6 warning)
Browse files Browse the repository at this point in the history
  • Loading branch information
joamag committed Dec 28, 2016
1 parent 7af43dd commit 0284030
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/examples/app.py
Expand Up @@ -73,3 +73,5 @@ def get_api(self):
if __name__ == "__main__":
app = StoryApp()
app.serve()
else:
__path__ = []
2 changes: 2 additions & 0 deletions src/story/scripts/creator.py
Expand Up @@ -64,3 +64,5 @@ def create(*args, **kwargs):

result = create(**kwargs)
pprint.pprint(result)
else:
__path__ = []

0 comments on commit 0284030

Please sign in to comment.