summaryrefslogtreecommitdiff
path: root/tests/unittests/helpers.py
diff options
context:
space:
mode:
authorJoshua Harlow <harlowja@gmail.com>2016-05-19 15:33:15 -0700
committerJoshua Harlow <harlowja@gmail.com>2016-05-19 15:33:15 -0700
commit2fb5af62229b8975910bf0ef63731047bd8d7e63 (patch)
treedc1d367224916780a319f2d15757b7cf221884e3 /tests/unittests/helpers.py
parent6b97c4e462b19374d6af807b1f5b9c087aa97996 (diff)
downloadvyos-cloud-init-2fb5af62229b8975910bf0ef63731047bd8d7e63.tar.gz
vyos-cloud-init-2fb5af62229b8975910bf0ef63731047bd8d7e63.zip
Fix up tests and flake8 warnings
Diffstat (limited to 'tests/unittests/helpers.py')
-rw-r--r--tests/unittests/helpers.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/unittests/helpers.py b/tests/unittests/helpers.py
index 7b4d44e8..8d46a8bf 100644
--- a/tests/unittests/helpers.py
+++ b/tests/unittests/helpers.py
@@ -45,6 +45,7 @@ else:
if _PY_MINOR == 4 and _PY_MICRO < 3:
FIX_HTTPRETTY = True
+
# Makes the old path start
# with new base instead of whatever
# it previously had