1
0
forked from VimPlug/jedi

fixed bug with vim errors of tokenize

This commit is contained in:
David Halter
2012-05-15 00:21:28 +02:00
parent 3a35eed346
commit 22c3dc11a0
2 changed files with 4 additions and 2 deletions

View File

@@ -2,7 +2,7 @@
# test comment
import datetime, os, sys
import datetime, os, sys, tokenize
#from token import *
from time import sleep
from token import OP as OP_TEST, INDENT as INDENT_TEST