diff options
| author | Yuriy Taraday <yorik.sar@gmail.com> | 2012-03-06 12:53:07 +0400 |
|---|---|---|
| committer | Yuriy Taraday <yorik.sar@gmail.com> | 2012-03-07 12:51:39 +0400 |
| commit | 01a938f7fe4dea274713e49f124fcc45702f80a0 (patch) | |
| tree | c761687b21ab3b10b29f2aa175480d1dba3a7682 /nova/compute | |
| parent | d8324bb3d089acd444bd1639a3efc07e89556f69 (diff) | |
HACKING fixes, all but sqlalchemy.
Looks like this fixes all HACKING problems that were around.
Thanks to Dina Belova and Alexander Kovalev for this work.
Change-Id: I8157f0d4890184c1216aab63ef7180ee8b7a184d
Diffstat (limited to 'nova/compute')
| -rw-r--r-- | nova/compute/__init__.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/nova/compute/__init__.py b/nova/compute/__init__.py index 55d1e2439..3dab6bf12 100644 --- a/nova/compute/__init__.py +++ b/nova/compute/__init__.py @@ -16,8 +16,6 @@ # License for the specific language governing permissions and limitations # under the License. -from nova.compute.api import AggregateAPI -from nova.compute.api import HostAPI # Importing full names to not pollute the namespace and cause possible # collisions with use of 'from nova.compute import <foo>' elsewhere. import nova.flags |
