1
0
forked from VimPlug/jedi

the whole import thing seems to be working

This commit is contained in:
Dave Halter
2013-12-24 16:28:28 +01:00
parent 7bf6ff768c
commit cf4b2c4557
4 changed files with 8 additions and 7 deletions

View File

@@ -8,6 +8,7 @@ Basically this is a stripped down version of the standard library module, so
you can read the documentation there.
"""
from __future__ import absolute_import
import string
import re
from token import *