diff options
| author | Tim Graham <timograham@gmail.com> | 2014-07-07 19:12:39 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2014-07-07 19:12:39 -0400 |
| commit | fddd95254e3ccd8c6836e56b8f5481a0a13568bd (patch) | |
| tree | 32781362d44275a5c3f2b92248c81fadbf1db0bf /django/utils/autoreload.py | |
| parent | 89b9e6e5d68297e7fe10baea6abcd96e24de0e09 (diff) | |
Fixed flake8 errors.
Diffstat (limited to 'django/utils/autoreload.py')
| -rw-r--r-- | django/utils/autoreload.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/django/utils/autoreload.py b/django/utils/autoreload.py index e95b6128fd..72c6065532 100644 --- a/django/utils/autoreload.py +++ b/django/utils/autoreload.py @@ -80,6 +80,7 @@ _error_files = [] _cached_modules = set() _cached_filenames = [] + def gen_filenames(only_new=False): """ Returns a list of filenames referenced in sys.modules and translation |
