mirror of
https://github.com/davidhalter/parso.git
synced 2025-12-06 12:54:29 +08:00
Add total_ordering for python 2.6.
This commit is contained in:
@@ -5,7 +5,7 @@ tests of pydocstyle.
|
||||
|
||||
import difflib
|
||||
import re
|
||||
from functools import total_ordering
|
||||
from _compatibility import total_ordering
|
||||
|
||||
import parso
|
||||
from parso.utils import source_to_unicode
|
||||
|
||||
Reference in New Issue
Block a user