Move some code from one compatibility file to another.

This commit is contained in:
Dave Halter
2017-07-18 18:00:10 +02:00
parent 790bc459ed
commit dc3b3158eb
3 changed files with 33 additions and 31 deletions

View File

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