split parsing functions file, the path following is now in evaluate.py

This commit is contained in:
David Halter
2012-03-10 15:34:07 +01:00
parent 664d1c9119
commit 5332a87d39
4 changed files with 97 additions and 66 deletions

View File

@@ -128,7 +128,7 @@ if True or a:
# completion
import time
class c1():
c2 = 1
c2 = c1()
def c3(self):
import time as c4
c5 = 3
@@ -136,5 +136,5 @@ class c1():
c1.\
c1.c2.\
c