mirror of
https://github.com/davidhalter/jedi.git
synced 2026-02-27 10:02:19 +08:00
tokenize not needed anymore in _compatibility
This commit is contained in:
@@ -68,11 +68,6 @@ else:
|
||||
eval(compile("""def exec_function(source, global_map):
|
||||
exec source in global_map """, 'blub', 'exec'))
|
||||
|
||||
# tokenize function
|
||||
# TODO remove this, not used anymore
|
||||
import tokenize
|
||||
tokenize_func = tokenize.generate_tokens
|
||||
|
||||
# StringIO (Python 2.5 has no io module), so use io only for py3k
|
||||
try:
|
||||
from StringIO import StringIO
|
||||
|
||||
Reference in New Issue
Block a user