We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90061f8 commit dce101aCopy full SHA for dce101a
nrepl/bencode.py
@@ -12,7 +12,7 @@
12
13
14
try:
15
- from cStringIO import StringIO
+ from StringIO import StringIO
16
except ImportError:
17
from io import StringIO
18
0 commit comments