X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/132297f0be27da544304733bd24da32282310235..1c4c468783e5f380324c29ebc3b2c452da8cc2a0:/scripts/fix_pd.py diff --git a/scripts/fix_pd.py b/scripts/fix_pd.py index 07f58e1c..a9378852 100755 --- a/scripts/fix_pd.py +++ b/scripts/fix_pd.py @@ -64,6 +64,3 @@ if dry_run: print "This is a dry run, to really change dates, run with --seriously" for b in Book.objects.all(): fix(b, me, dry_run) - - -