Skip to content

Commit

Permalink
simplify namespace declaration - avoid old except syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
hannosch committed Feb 26, 2013
1 parent fac5ab5 commit a88c933
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/z3c/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
__import__('pkg_resources').declare_namespace(__name__)
1 change: 1 addition & 0 deletions src/z3c/recipe/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
__import__('pkg_resources').declare_namespace(__name__)

0 comments on commit a88c933

Please sign in to comment.