summaryrefslogtreecommitdiffstats
path: root/test/hook.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/hook.py')
-rw-r--r--test/hook.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/test/hook.py b/test/hook.py
index d23604ba13f..187e13e4ab7 100644
--- a/test/hook.py
+++ b/test/hook.py
@@ -6,10 +6,6 @@ from log import RED, single_line_delim, double_line_delim
import ipaddress
from subprocess import check_output, CalledProcessError
from util import check_core_path, get_core_path
-try:
- text_type = unicode
-except NameError:
- text_type = str
class Hook(object):