Make the tokenizer version independent.

This commit is contained in:
Dave Halter
2017-07-11 23:29:44 +02:00
parent b6022c7a80
commit e731eecdd8
8 changed files with 180 additions and 134 deletions

View File

@@ -5,7 +5,7 @@ tests of pydocstyle.
import difflib
import re
from _compatibility import total_ordering
from test._compatibility import total_ordering
import parso
from parso.utils import source_to_unicode