diff options
Diffstat (limited to 'python/compatibility_tests/v2.5.0/tests/__init__.py')
-rw-r--r-- | python/compatibility_tests/v2.5.0/tests/__init__.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/python/compatibility_tests/v2.5.0/tests/__init__.py b/python/compatibility_tests/v2.5.0/tests/__init__.py new file mode 100644 index 00000000..55856141 --- /dev/null +++ b/python/compatibility_tests/v2.5.0/tests/__init__.py @@ -0,0 +1,4 @@ +try: + __import__('pkg_resources').declare_namespace(__name__) +except ImportError: + __path__ = __import__('pkgutil').extend_path(__path__, __name__) |