1
0
forked from VimPlug/jedi

basic python 3 compatibility

This commit is contained in:
David Halter
2012-05-19 23:49:25 +02:00
parent 7ac17aa036
commit c95510cf50
6 changed files with 48 additions and 22 deletions

View File

@@ -132,8 +132,8 @@ class c1():
self.acp = athefirst; self.bcp = 3
def c3(self, daeparam):
import os as c4 #from parsing import Scope as c4
c5 = 1
c5 = c4(
c5 = 1
c5 = c4()
if 1:
print 1
#return c5+'asdf'
@@ -178,3 +178,4 @@ a = next(gen_exe)
def ret():
r = []
return r.