summaryrefslogtreecommitdiff
path: root/django/bin
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2013-10-31 08:42:28 -0700
committerAlex Gaynor <alex.gaynor@gmail.com>2013-10-31 08:42:28 -0700
commit726ded5708e4e8767e69a6f6f6a039e75667ce03 (patch)
treef692a4abede11f50830f6935c086676f3f1db778 /django/bin
parenta023a84c060eaaa4cf520c33d9c73adab7af3d30 (diff)
Started attackign the next flake8 violation
Diffstat (limited to 'django/bin')
-rw-r--r--django/bin/profiling/gather_profile_stats.py1
-rwxr-xr-xdjango/bin/unique-messages.py1
2 files changed, 2 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):
diff --git a/django/bin/unique-messages.py b/django/bin/unique-messages.py
index d89329145f..16ec0a7e06 100755
--- a/django/bin/unique-messages.py
+++ b/django/bin/unique-messages.py
@@ -3,6 +3,7 @@
import os
import sys
+
def unique_messages():
basedir = None