use print everywhere

This commit is contained in:
Laura Klünder 2016-08-30 16:29:59 +02:00
parent c54dcd07d9
commit 7c3f9d7cb7
5 changed files with 13 additions and 15 deletions

View file

@ -1,3 +1,5 @@
import sys
from django.core.management.base import BaseCommand, CommandError
from ...packageio import write_packages

View file

@ -1,3 +1,5 @@
import sys
from django.core.management.base import BaseCommand, CommandError
from django.db import transaction