token is also an internal keyword

This commit is contained in:
Pedro Algarvio 2015-01-23 01:17:09 +00:00
parent 7a2607c4bf
commit 6bd5d6909b

View File

@ -21,7 +21,8 @@ CLIENT_INTERNAL_KEYWORDS = frozenset([
'eauth',
'fun',
'kwarg',
'match'
'match',
'token'
])