fix broken import
This commit is contained in:
parent
25444811aa
commit
bfe906a1cf
2 changed files with 2 additions and 2 deletions
|
@ -3,7 +3,7 @@
|
||||||
import argparse
|
import argparse
|
||||||
|
|
||||||
from SWSCloudCore import models
|
from SWSCloudCore import models
|
||||||
from SWSCloudCore.controllers import ControllerManageIPs
|
from SWSCloudCore.controllers.ips.manage import ControllerManageIPs
|
||||||
|
|
||||||
parser = argparse.ArgumentParser(description='')
|
parser = argparse.ArgumentParser(description='')
|
||||||
parser.add_argument('--dc', dest="datacenter")
|
parser.add_argument('--dc', dest="datacenter")
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
import argparse
|
import argparse
|
||||||
from uuid import uuid4
|
from uuid import uuid4
|
||||||
from SWSCloudCore.controllers import ControllerManageServer
|
from SWSCloudCore.controllers.servers.manage import ControllerManageServer
|
||||||
|
|
||||||
parser = argparse.ArgumentParser(description='')
|
parser = argparse.ArgumentParser(description='')
|
||||||
parser.add_argument('--dc', dest="datacenter")
|
parser.add_argument('--dc', dest="datacenter")
|
||||||
|
|
Loading…
Add table
Reference in a new issue