summaryrefslogtreecommitdiff
path: root/lang/python/src/constants/tofu/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'lang/python/src/constants/tofu/__init__.py')
-rw-r--r--lang/python/src/constants/tofu/__init__.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/python/src/constants/tofu/__init__.py b/lang/python/src/constants/tofu/__init__.py
index 819a58b..5e58a6a 100644
--- a/lang/python/src/constants/tofu/__init__.py
+++ b/lang/python/src/constants/tofu/__init__.py
@@ -18,7 +18,8 @@
# License along with this program; if not, see <http://www.gnu.org/licenses/>.
from __future__ import absolute_import, print_function, unicode_literals
-del absolute_import, print_function, unicode_literals
from . import policy
__all__ = ['policy']
+
+del absolute_import, print_function, unicode_literals