mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-09 15:24:46 +08:00
python 2.5 compatibility (future import)
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
from __future__ import with_statement
|
||||
|
||||
import os
|
||||
import pkgutil
|
||||
import imp
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#? ['message']
|
||||
AttributeError()).message
|
||||
#? ['upper']
|
||||
str()).upper
|
||||
|
||||
from a import (b
|
||||
def blub():
|
||||
|
||||
Reference in New Issue
Block a user