diff options
Diffstat (limited to 'lang/python/src/constants/data/__init__.py')
-rw-r--r-- | lang/python/src/constants/data/__init__.py | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/lang/python/src/constants/data/__init__.py b/lang/python/src/constants/data/__init__.py deleted file mode 100644 index c0856679..00000000 --- a/lang/python/src/constants/data/__init__.py +++ /dev/null @@ -1,6 +0,0 @@ -from __future__ import absolute_import, print_function, unicode_literals - -from . import encoding -__all__ = ['encoding'] - -del absolute_import, print_function, unicode_literals |