Python 3
[wolnelektury.git] / src / isbn / management / commands / export_onix.py
index 19f3166..386dd1b 100644 (file)
@@ -113,7 +113,7 @@ class Command(BaseCommand):
         for record in ONIXRecord.objects.all():
             xml += self.render_product(record)
         xml += FOOTER
-        print xml.encode('utf-8')
+        print(xml.encode('utf-8'))
 
     def render_product(self, record):
         if record.product_form_detail: