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
4d493d62
Commit
4d493d62
authored
May 27, 2013
by
Giorgos Korfiatis
Browse files
astakos: Add missing import in management command
parent
0f6b5449
Changes
1
Hide whitespace changes
Inline
Side-by-side
snf-astakos-app/astakos/im/management/commands/user-add.py
View file @
4d493d62
...
...
@@ -31,12 +31,11 @@
# interpreted as representing official policies, either expressed
# or implied, of GRNET S.A.
import
socket
from
optparse
import
make_option
from
django.core.management.base
import
BaseCommand
,
CommandError
from
django.core.validators
import
validate_email
from
django.core.exceptions
import
ValidationError
from
snf_django.lib.db
import
transaction
from
astakos.im.models
import
AstakosUser
...
...
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