summaryrefslogtreecommitdiff
path: root/test-cli/test/helpers/syscmd.py
diff options
context:
space:
mode:
Diffstat (limited to 'test-cli/test/helpers/syscmd.py')
-rw-r--r--test-cli/test/helpers/syscmd.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/test-cli/test/helpers/syscmd.py b/test-cli/test/helpers/syscmd.py
index a869bd7..6114449 100644
--- a/test-cli/test/helpers/syscmd.py
+++ b/test-cli/test/helpers/syscmd.py
@@ -1,6 +1,5 @@
import unittest
import subprocess
-from test.helpers.globalVariables import globalVar
class TestSysCommand(unittest.TestCase):