Last change
on this file since 16153 was
12973,
checked in by Henrik Bettermann, 9 years ago
|
Tickets must not be submitted to Interswitch if they are older than 1 day.
|
-
Property svn:keywords set to
Id
|
File size:
214 bytes
|
Rev | Line | |
---|
[8794] | 1 | # namespace package boilerplate |
---|
| 2 | try: |
---|
| 3 | import pkg_resources |
---|
| 4 | pkg_resources.declare_namespace(__name__) |
---|
| 5 | except ImportError, e: |
---|
| 6 | from pkgutil import extend_path |
---|
| 7 | __path__ = extend_path(__path__, __name__) |
---|
Note: See
TracBrowser for help on using the repository browser.