summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorAnn Kamyshnikova <akamyshnikova@mirantis.com>2013-06-25 14:09:54 +0400
committerAnn Kamyshnikova <akamyshnikova@mirantis.com>2013-07-04 11:00:22 +0400
commit60cafbdd9655c6ee2a6ec1cc725e1cc9e5c3a37b (patch)
tree40d7ec884f08616c5f5b7140ac35457c6288d202 /tools
parent98d8fda44d8580b4d726708a91614114c32bd521 (diff)
downloadoslo-60cafbdd9655c6ee2a6ec1cc725e1cc9e5c3a37b.tar.gz
oslo-60cafbdd9655c6ee2a6ec1cc725e1cc9e5c3a37b.tar.xz
oslo-60cafbdd9655c6ee2a6ec1cc725e1cc9e5c3a37b.zip
Enable H304 hacking check
The error was: 'import install_venv_common as install_venv' is a relative import To fix it __init__.py was created and import string was fixed. Requirements for hacking changed to >=0.5.6 Change-Id: I71aa7c7cb268c26aa00828306138a84b30289cb9
Diffstat (limited to 'tools')
-rw-r--r--tools/patch_tox_venv.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/patch_tox_venv.py b/tools/patch_tox_venv.py
index a3340f2..dc9ce83 100644
--- a/tools/patch_tox_venv.py
+++ b/tools/patch_tox_venv.py
@@ -17,7 +17,7 @@
import os
import sys
-import install_venv_common as install_venv
+import install_venv_common as install_venv # noqa
def first_file(file_list):