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

0 comments on commit 87746d4

Please sign in to comment.