correct command V02.08.08
authorcavaliet
Thu, 11 Apr 2013 16:02:26 +0200
changeset 74 0ad5b530b306
parent 73 827cb176afc0
child 75 66bf9816bfd0
correct command
src/ldtplatform/management/__init__.py
src/ldtplatform/management/commands/loadandadddata.py
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/src/ldtplatform/management/__init__.py	Thu Apr 11 16:02:26 2013 +0200
@@ -0,0 +1,1 @@
+
--- a/src/ldtplatform/management/commands/loadandadddata.py	Thu Apr 11 10:20:31 2013 +0200
+++ b/src/ldtplatform/management/commands/loadandadddata.py	Thu Apr 11 16:02:26 2013 +0200
@@ -5,7 +5,6 @@
 @author: tc
 '''
 
-from ..utils import show_progress
 from django.contrib.auth.models import User, Group
 from django.core.management import call_command
 from django.core.management.base import BaseCommand, CommandError