Just removing old cruft.
[redakcja.git] / apps / catalogue / management / commands / import_wl.py
old mode 100755 (executable)
new mode 100644 (file)
index 5f60388..7eee897
@@ -31,9 +31,7 @@ class Command(BaseCommand):
         verbose = options.get('verbose')
 
         # Start transaction management.
-        transaction.commit_unless_managed()
         transaction.enter_transaction_management()
-        transaction.managed(True)
 
         if verbose:
             print 'Reading currently managed files (skipping hidden ones).'