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
This commit is contained in:
Zane Bitter
2013-03-13 12:41:06 +01:00
parent 7149a817b0
commit 6d6b993287
2 changed files with 5 additions and 19 deletions

View File

@@ -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