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 1ec3415 commit 4e2f7e0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/examples/app.py
Expand Up @@ -94,3 +94,5 @@ def get_api(self):
if __name__ == "__main__":
app = LiveApp()
app.serve()
else:
__path__ = []

0 comments on commit 4e2f7e0

Please sign in to comment.