1
0
forked from VimPlug/jedi

StringIo is now always used as part of the io library

This commit is contained in:
Dave Halter
2014-02-21 17:52:09 +01:00
parent d9bf9be35e
commit 9c2fcfffd7
3 changed files with 7 additions and 17 deletions

View File

@@ -11,7 +11,7 @@ from __future__ import absolute_import
import string
import re
from jedi._compatibility import StringIO
from io import StringIO
from token import *
import collections
cookie_re = re.compile("coding[:=]\s*([-\w.]+)")