summaryrefslogtreecommitdiffstats
path: root/tests/features/db_utils.py
diff options
context:
space:
mode:
authorGeorgy Frolov <gosha@fro.lv>2020-03-12 15:01:19 +0300
committer赖信涛 <laixintao@users.noreply.github.com>2020-03-14 10:53:43 +0800
commit61c81b05f50a073f62629bdcf8eb4317d7a2084c (patch)
treecdbb70cef765e06ff281d12b381175174a2a1253 /tests/features/db_utils.py
parent0f3d4602efa2eda4cf5056d237cac36b2cc012ea (diff)
removed py2-related stuff
Diffstat (limited to 'tests/features/db_utils.py')
-rw-r--r--tests/features/db_utils.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/features/db_utils.py b/tests/features/db_utils.py
index 7f8a2e7d..f57bc3b9 100644
--- a/tests/features/db_utils.py
+++ b/tests/features/db_utils.py
@@ -1,7 +1,3 @@
-# -*- coding: utf-8 -*-
-from __future__ import unicode_literals
-from __future__ import print_function
-
from psycopg2 import connect
from psycopg2.extensions import AsIs