Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
Gutyán Gábor
/
circlestack
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
b81eb721
authored
Nov 18, 2013
by
Őry Máté
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
vm: sort and organize imports
parent
5931dc72
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
5 deletions
+4
-5
circle/vm/models.py
+4
-5
No files found.
circle/vm/models.py
View file @
b81eb721
from
contextlib
import
contextmanager
from
datetime
import
timedelta
from
importlib
import
import_module
import
logging
from
logging
import
getLogger
from
netaddr
import
EUI
,
mac_unix
import
django.conf
...
...
@@ -16,14 +16,13 @@ from django.utils.translation import ugettext_lazy as _
from
model_utils.models
import
TimeStampedModel
from
taggit.managers
import
TaggableManager
from
.tasks
import
local_tasks
,
vm_tasks
,
net_tasks
from
acl.models
import
AclBase
from
common.models
import
ActivityModel
,
activitycontextimpl
,
method_cache
from
firewall.models
import
Vlan
,
Host
from
storage.models
import
Disk
from
common.models
import
ActivityModel
,
activitycontextimpl
,
method_cache
from
acl.models
import
AclBase
from
.tasks
import
local_tasks
,
vm_tasks
,
net_tasks
logger
=
logging
.
getLogger
(
__name__
)
logger
=
getLogger
(
__name__
)
pwgen
=
User
.
objects
.
make_random_password
scheduler
=
import_module
(
name
=
django
.
conf
.
settings
.
VM_SCHEDULER
)
ACCESS_PROTOCOLS
=
django
.
conf
.
settings
.
VM_ACCESS_PROTOCOLS
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment