Add total_ordering for python 2.6.

This commit is contained in:
Dave Halter
2017-07-11 00:33:16 +02:00
parent c93546bfd9
commit b6022c7a80
2 changed files with 31 additions and 1 deletions

View File

@@ -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