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
bdea4a6b
Commit
bdea4a6b
authored
Apr 15, 2013
by
Christos Stavrakakis
Browse files
Fix small typo in import statements
parent
fe5fdd1e
Changes
2
Hide whitespace changes
Inline
Side-by-side
snf-cyclades-app/synnefo/api/management/commands/network-create.py
View file @
bdea4a6b
...
...
@@ -35,7 +35,7 @@ from optparse import make_option
from
django.core.management.base
import
BaseCommand
,
CommandError
from
synnefo.management.common
import
validate_network_info
,
get_backend
from
synnefo.webproject.management.util
import
pprint_table
from
synnefo.webproject.management.util
s
import
pprint_table
from
synnefo.db.models
import
Network
from
synnefo.logic.backend
import
create_network
...
...
snf-cyclades-app/synnefo/quotas/management/commands/cyclades-usage-verify.py
View file @
bdea4a6b
...
...
@@ -35,7 +35,7 @@ from django.core.management.base import BaseCommand
from
optparse
import
make_option
from
synnefo.quotas.util
import
get_db_holdings
,
get_quotaholder_holdings
from
synnefo.webproject.management.util
import
pprint_table
from
synnefo.webproject.management.util
s
import
pprint_table
class
Command
(
BaseCommand
):
...
...
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