diff options
| author | Alex Gaynor <alex.gaynor@gmail.com> | 2013-10-31 08:42:28 -0700 |
|---|---|---|
| committer | Alex Gaynor <alex.gaynor@gmail.com> | 2013-10-31 08:42:28 -0700 |
| commit | 726ded5708e4e8767e69a6f6f6a039e75667ce03 (patch) | |
| tree | f692a4abede11f50830f6935c086676f3f1db778 /django/bin | |
| parent | a023a84c060eaaa4cf520c33d9c73adab7af3d30 (diff) | |
Started attackign the next flake8 violation
Diffstat (limited to 'django/bin')
| -rw-r--r-- | django/bin/profiling/gather_profile_stats.py | 1 | ||||
| -rwxr-xr-x | django/bin/unique-messages.py | 1 |
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 |
