Removed unused variable template.base.ALLOWED_VARIABLE_CHARS.

Unused since 5d863f1fbd.
This commit is contained in:
Tim Graham 2015-07-06 08:40:50 -04:00
parent a871cf422d
commit 8556978078
1 changed files with 0 additions and 3 deletions

View File

@ -103,9 +103,6 @@ TRANSLATOR_COMMENT_MARK = 'Translators'
SINGLE_BRACE_START = '{'
SINGLE_BRACE_END = '}'
ALLOWED_VARIABLE_CHARS = ('abcdefghijklmnopqrstuvwxyz'
'ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789_.')
# what to report as the origin for templates that come from non-loader sources
# (e.g. strings)
UNKNOWN_SOURCE = '<unknown source>'