Control: forwarded -1 https://github.com/miracle2k/django-assets/pull/47
Control: tags -1 fixed-upstream

Patch was merged upstream, but not released there yet.
Attached is a version with the meta information updated.
Description: python3 compat for pytest_plugin.py
 Trivial change to make the print statement compatible with python3 in the
 django_assets/pytest_plugin.py
Author: Jason Pleau <ja...@jpleau.ca>
Bug-Debian: https://bugs.debian.org/767826
Forwarded: https://github.com/miracle2k/django-assets/pull/47
Applied-Upstream: commit:9db6e5fdc40b4fc58dcf5b34eeb7cc9a60983f28
Last-Update: 2014-12-07
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/django_assets/pytest_plugin.py
+++ b/django_assets/pytest_plugin.py
@@ -3,5 +3,5 @@
 
 @pytest.fixture(autouse=True)
 def set_django_assets_env():
-    print "Set django assets environment"
+    print("Set django assets environment")
     django_assets.env.get_env() # initialise django-assets settings

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to