diff options
| author | Felix Domke <tmbinc@elitedvb.net> | 2005-11-15 02:51:23 +0000 |
|---|---|---|
| committer | Felix Domke <tmbinc@elitedvb.net> | 2005-11-15 02:51:23 +0000 |
| commit | 5dc103dc4f438118f9f9b081f471fecd669a5763 (patch) | |
| tree | d886a9a116d6c73400cd6b6c4ea94ed2d5cc9096 /mytest.py | |
| parent | cff29cac81d6a08ce7566bd316c5668926f6aa88 (diff) | |
| download | enigma2-5dc103dc4f438118f9f9b081f471fecd669a5763.tar.gz enigma2-5dc103dc4f438118f9f9b081f471fecd669a5763.zip | |
remove ancient debug stuff
Diffstat (limited to 'mytest.py')
| -rw-r--r-- | mytest.py | 19 |
1 files changed, 0 insertions, 19 deletions
@@ -201,22 +201,3 @@ except: traceback.print_exc(file=sys.stdout) quitMainloop(5) print '-'*60 - -# now, run the mainloop - -#pt = eDebugClassPtr() -#eDebugClass.getDebug(pt, 12) -#p = pt.__deref__() -#print pt.x -#print p.x -#print "removing ptr..." -#pt = 0 -#print "now" -#print "p is " + str(p) -#print p.x -#p = 0 -# -#bla = eDebugClass() -#bla = eDebugClass(2) -# - |
