use print everywhere
This commit is contained in:
parent
c54dcd07d9
commit
7c3f9d7cb7
5 changed files with 13 additions and 15 deletions
|
@ -1,3 +1,5 @@
|
|||
import sys
|
||||
|
||||
from django.core.management.base import BaseCommand, CommandError
|
||||
|
||||
from ...packageio import write_packages
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
import sys
|
||||
|
||||
from django.core.management.base import BaseCommand, CommandError
|
||||
from django.db import transaction
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue