summaryrefslogtreecommitdiff
path: root/django/bin/profiling
diff options
context:
space:
mode:
Diffstat (limited to 'django/bin/profiling')
-rw-r--r--django/bin/profiling/gather_profile_stats.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/django/bin/profiling/gather_profile_stats.py b/django/bin/profiling/gather_profile_stats.py
index 2274eadee9..0244eb6034 100644
--- a/django/bin/profiling/gather_profile_stats.py
+++ b/django/bin/profiling/gather_profile_stats.py
@@ -24,7 +24,7 @@ def gather_stats(p):
prof = stats.load(os.path.join(p, f))
else:
continue
- print "Processing %s" % f
+ print("Processing %s" % f)
if path in profiles:
profiles[path].add(prof)
else: