summaryrefslogtreecommitdiffstats
path: root/tests/features/steps/basic_commands.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/steps/basic_commands.py
parent0f3d4602efa2eda4cf5056d237cac36b2cc012ea (diff)
removed py2-related stuff
Diffstat (limited to 'tests/features/steps/basic_commands.py')
-rw-r--r--tests/features/steps/basic_commands.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/features/steps/basic_commands.py b/tests/features/steps/basic_commands.py
index bda163f6..0c42ae0e 100644
--- a/tests/features/steps/basic_commands.py
+++ b/tests/features/steps/basic_commands.py
@@ -1,10 +1,8 @@
-# -*- coding: utf-8
"""
Steps for behavioral style tests are defined in this module.
Each step is defined by the string decorating it.
This string is used to call the step in "*.feature" file.
"""
-from __future__ import unicode_literals, print_function
import pexpect
import subprocess