diff options
-rw-r--r-- | Lib/test/test_dis.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Lib/test/test_dis.py b/Lib/test/test_dis.py index d88ea45..6d5e054 100644 --- a/Lib/test/test_dis.py +++ b/Lib/test/test_dis.py @@ -7,8 +7,6 @@ import StringIO import unittest -# placement is crucial!!! move the start of _f and you have to adjust the -# line numbers in dis_f def _f(a): print a return 1 |