From 60cafbdd9655c6ee2a6ec1cc725e1cc9e5c3a37b Mon Sep 17 00:00:00 2001 From: Ann Kamyshnikova Date: Tue, 25 Jun 2013 14:09:54 +0400 Subject: 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 --- tools/patch_tox_venv.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools') 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): -- cgit