diff options
| author | Alasdair Nicol <alasdair@memset.com> | 2013-10-18 10:02:43 +0100 |
|---|---|---|
| committer | Alasdair Nicol <alasdair@memset.com> | 2013-10-18 10:07:39 +0100 |
| commit | a800036981c6fea8eb3dac22467965c71af05d29 (patch) | |
| tree | c872f8a78d26f1de133d415fef922013dafe878a /extras | |
| parent | 65750b83523870851008e804364121f8c458fc2d (diff) | |
Fixed #21287 -- Fixed E123 pep8 warnings
Diffstat (limited to 'extras')
| -rwxr-xr-x | extras/csrf_migration_helper.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/extras/csrf_migration_helper.py b/extras/csrf_migration_helper.py index 1554555eda..ffa8b0b924 100755 --- a/extras/csrf_migration_helper.py +++ b/extras/csrf_migration_helper.py @@ -77,11 +77,11 @@ TEMPLATE_EXTENSIONS = [ ".html", ".htm", - ] +] PYTHON_SOURCE_EXTENSIONS = [ ".py", - ] +] TEMPLATE_ENCODING = "UTF-8" |
