Skip to content

Commit

Permalink
'quintagroup.transmogrifier' is no more namespace package
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.quintagroup.com/products/quintagroup.transmogrifier/trunk@2538 4df3d6c7-0a05-0410-9bee-ae8b7a76f946
  • Loading branch information
koval committed Jan 2, 2010
1 parent a4f73c4 commit 541857d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
7 changes: 2 additions & 5 deletions quintagroup/transmogrifier/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,2 @@
try:
__import__('pkg_resources').declare_namespace(__name__)
except ImportError:
from pkgutil import extend_path
__path__ = extend_path(__path__, __name__)
# this is a package

2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
url='http://quintagroup.com',
license='GPL',
packages=find_packages(exclude=['ez_setup']),
namespace_packages=['quintagroup', 'quintagroup.transmogrifier'],
namespace_packages=['quintagroup'],
include_package_data=True,
zip_safe=False,
install_requires=[
Expand Down

0 comments on commit 541857d

Please sign in to comment.