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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user