X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=unfold%2Fcollectstatic.py;h=bee1fe440d8781fc31b9d9ebcacf78d2094a7fc3;hb=454aec79b6fb6c59affdea254c929f333ceda7d8;hp=0c6a1d2c7d997fb08b0f5ebedb249ccaf36eb30e;hpb=5cc9843257edf8c959143880afb31360f1a62700;p=unfold.git diff --git a/unfold/collectstatic.py b/unfold/collectstatic.py index 0c6a1d2c..bee1fe44 100644 --- a/unfold/collectstatic.py +++ b/unfold/collectstatic.py @@ -1,3 +1,5 @@ +from __future__ import print_function + import os from django.conf import settings from django.utils.datastructures import SortedDict @@ -79,7 +81,7 @@ class ThirdPartyFinder(BaseFinder): matched_path = os.path.join(path, file) if not all: return matched_path - print 'ThirdPartyFinder, adding',matched_path + print('ThirdPartyFinder, adding',matched_path) matches.append(matched_path) return matches