Skip to content

Commit

Permalink
Update __init__.py
Browse files Browse the repository at this point in the history
Turn Garcon into a namespace.
  • Loading branch information
xethorn committed Jun 1, 2015
1 parent b77519f commit 6648e52
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions garcon/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
from pkgutil import extend_path
__path__ = extend_path(__path__, __name__)

0 comments on commit 6648e52

Please sign in to comment.