Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
itminedu
synnefo
Commits
48f6d2f2
Commit
48f6d2f2
authored
Mar 30, 2011
by
Georgios Gousios
Browse files
Remove unused imports
parent
f2c051d5
Changes
1
Hide whitespace changes
Inline
Side-by-side
api/handlers.py
View file @
48f6d2f2
...
...
@@ -2,7 +2,6 @@
#
# Copyright © 2010 Greek Research and Technology Network
from
django.conf
import
settings
from
django.utils
import
simplejson
as
json
from
django.http
import
HttpResponse
from
piston.handler
import
BaseHandler
,
AnonymousBaseHandler
...
...
@@ -10,7 +9,6 @@ from synnefo.api.faults import fault, noContent, accepted, created, notModified
from
synnefo.api.helpers
import
instance_to_server
,
paginator
from
synnefo.util.rapi
import
GanetiRapiClient
,
GanetiApiError
,
CertificateError
from
synnefo.db.models
import
*
from
time
import
sleep
import
random
import
string
import
logging
...
...
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