We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48067fd commit 3a12ffdCopy full SHA for 3a12ffd
ckanext/geoview/__init__.py
@@ -1,9 +0,0 @@
1
-# this is a namespace package
2
-try:
3
- import pkg_resources
4
-
5
- pkg_resources.declare_namespace(__name__)
6
-except ImportError:
7
- import pkgutil
8
9
- __path__ = pkgutil.extend_path(__path__, __name__)
0 commit comments