Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
Gelencsér Szabolcs
/
cloud
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
739f0536
authored
Sep 06, 2013
by
Őry Máté
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
code formatting
* remove unneeded #! * organize imports
parent
c7380bcd
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
10 deletions
+3
-10
circle/manager/manager.py
+0
-2
circle/manager/mancelery.py
+0
-2
circle/vm/models.py
+3
-6
No files found.
circle/manager/manager.py
View file @
739f0536
#!/usr/bin/env python
from
mancelery
import
celery
...
...
circle/manager/mancelery.py
View file @
739f0536
#!/usr/bin/env python
from
celery
import
Celery
from
kombu
import
Queue
,
Exchange
from
socket
import
gethostname
...
...
circle/vm/models.py
View file @
739f0536
#!/usr/bin/env python
from
datetime
import
timedelta
import
logging
from
netaddr
import
EUI
import
django.conf
import
logging
from
django.contrib.auth.models
import
User
from
django.db
import
models
from
django.db.models.signals
import
pre_delete
from
django.dispatch
import
receiver
from
django.utils
import
timezone
from
django.utils.translation
import
ugettext_lazy
as
_
from
model_utils.models
import
TimeStampedModel
from
netaddr
import
EUI
from
.
import
tasks
from
firewall.models
import
Vlan
,
Host
from
manager
import
manager
,
scheduler
from
storage.models
import
Disk
from
.
import
tasks
logger
=
logging
.
getLogger
(
__name__
)
...
...
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