Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
synnefo
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
itminedu
synnefo
Commits
bdea4a6b
Commit
bdea4a6b
authored
Apr 15, 2013
by
Christos Stavrakakis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix small typo in import statements
parent
fe5fdd1e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
snf-cyclades-app/synnefo/api/management/commands/network-create.py
...des-app/synnefo/api/management/commands/network-create.py
+1
-1
snf-cyclades-app/synnefo/quotas/management/commands/cyclades-usage-verify.py
...nnefo/quotas/management/commands/cyclades-usage-verify.py
+1
-1
No files found.
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