started the importing of modules + there is now a debug module

This commit is contained in:
David Halter
2012-03-27 14:44:17 +02:00
parent 6c377d6e91
commit 21187d81bb
6 changed files with 168 additions and 79 deletions

View File

@@ -130,7 +130,7 @@ import time
class c1():
c2,c5 = c1(), c1().c3()
def c3(self):
import time as c4
from os import F_OK as c4
c5 = c4
c5 = 1
return c5+1+'asdf'
@@ -145,4 +145,4 @@ c = c1().c3().sleep()
asdf = c1; asdf2 = asdf
b= asdf2
c = b().test()
c = b().c3().F_OK