Remove breakpoint test bits from debug_me.py.

This commit is contained in:
Andreas Kloeckner 2009-06-20 22:16:23 -04:00
parent b0b5b48c12
commit dbbba61b61

View File

@ -1,9 +1,3 @@
print "START"
a = [
1
for i in range(10)]
def simple_func(x):
x += 1