Grrrr, bad import.

This commit is contained in:
Brian Lamar 2011-08-03 18:18:51 -04:00
parent 57ebb51e21
commit c9422d5e3b

@ -22,7 +22,7 @@ Server interface.
import urllib
from novaclient import base
from novaclient.v1_0 import base as local_base
from novaclient.v1_1 import base as local_base
REBOOT_SOFT, REBOOT_HARD = 'SOFT', 'HARD'