diff options
author | Zane Bitter <zbitter@redhat.com> | 2013-03-13 12:41:06 +0100 |
---|---|---|
committer | Zane Bitter <zbitter@redhat.com> | 2013-03-13 12:41:34 +0100 |
commit | 6d6b993287b9f166a4b92107df650373d52899d1 (patch) | |
tree | 0e24716f1cf0316d4a5032891f4ac232cf2b825e /HACKING.rst | |
parent | 7149a817b023b5f731a79901af8de4ca671a0247 (diff) | |
download | heat-6d6b993287b9f166a4b92107df650373d52899d1.tar.gz |
Remove Nova dependencies from hacking test
References to Nova in the docstrings(!) of the hacking.py tests caused the
run_pep8.sh script to fail if the Grizzly development version of Nova was
not installed. Update all the references to use Heat packages instead.
Change-Id: I2e84e9a231451705d61fa9acddc65ee95a98e294
Diffstat (limited to 'HACKING.rst')
-rw-r--r-- | HACKING.rst | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/HACKING.rst b/HACKING.rst index 41dc8cbba..1ecaae91c 100644 --- a/HACKING.rst +++ b/HACKING.rst @@ -54,7 +54,6 @@ Imports - Do not import more than one module per line (*) - Do not use wildcard ``*`` import (*) - Do not make relative imports -- Do not make new heat.db imports in heat/virt/* - Order your imports by the full module path - Organize your imports according to the following template |