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.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/django/bin/profiling/gather_profile_stats.py b/django/bin/profiling/gather_profile_stats.py
index 177657ebbc..dd2733377c 100644
--- a/django/bin/profiling/gather_profile_stats.py
+++ b/django/bin/profiling/gather_profile_stats.py
@@ -12,6 +12,7 @@ import os
import pstats
import sys
+
def gather_stats(p):
profiles = {}
for f in os.listdir(p):