Show More
@@ -668,7 +668,7 _type_pprinters = { | |||
|
668 | 668 | |
|
669 | 669 | try: |
|
670 | 670 | _type_pprinters[types.DictProxyType] = _dict_pprinter_factory('<dictproxy {', '}>') |
|
671 |
_type_pprinters[types.ClassType] = _type_pprint |
|
|
671 | _type_pprinters[types.ClassType] = _type_pprint | |
|
672 | 672 | except AttributeError: # Python 3 |
|
673 | 673 | pass |
|
674 | 674 |
General Comments 0
You need to be logged in to leave comments.
Login now