Skip to content

Commit 7fe7d1a

Browse files
committed
Don't insist on cStringIO.
1 parent a5c313d commit 7fe7d1a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lib/pprint.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636

3737
import sys as _sys
3838

39-
from cStringIO import StringIO as _StringIO
39+
from StringIO import StringIO as _StringIO
4040

4141
__all__ = ["pprint","pformat","isreadable","isrecursive","saferepr",
4242
"PrettyPrinter"]

0 commit comments

Comments
 (0)