Changeset 1499 in products for quintagroup.transmogrifier/trunk/quintagroup/transmogrifier/__init__.py
- Timestamp:
- Jan 2, 2010 1:21:23 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
quintagroup.transmogrifier/trunk/quintagroup/transmogrifier/__init__.py
r319 r1499 1 try: 2 __import__('pkg_resources').declare_namespace(__name__) 3 except ImportError: 4 from pkgutil import extend_path 5 __path__ = extend_path(__path__, __name__) 1 # this is a package 2
Note: See TracChangeset
for help on using the changeset viewer.