summaryrefslogtreecommitdiff
path: root/tokens.py
diff options
context:
space:
mode:
Diffstat (limited to 'tokens.py')
-rw-r--r--tokens.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tokens.py b/tokens.py
index 13b25a8..bc302ba 100644
--- a/tokens.py
+++ b/tokens.py
@@ -66,7 +66,7 @@ class Token:
if not hasattr(self, '_comment'):
self._comment = [None, None]
else:
- assert len(self._comment) == 2 # make sure it is version 0
+ assert len(self._comment) in [2, 5] # make sure it is version 0
# if isinstance(comment, CommentToken):
# if comment.value.startswith('# C09'):
# raise