summaryrefslogtreecommitdiff
path: root/extras
diff options
context:
space:
mode:
Diffstat (limited to 'extras')
-rwxr-xr-xextras/csrf_migration_helper.py4
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"