SF #1062190. Removed an assertion that rendered trace.py unnecessarily

inflexibile.
This commit is contained in:
Raymond Hettinger 2004-11-08 06:36:42 +00:00
parent fb1ffb0ebb
commit 481b09b352
1 changed files with 0 additions and 1 deletions

View File

@ -416,7 +416,6 @@ def find_strings(filename):
def find_executable_linenos(filename):
"""Return dict where keys are line numbers in the line number table."""
assert filename.endswith('.py')
try:
prog = open(filename, "rU").read()
except IOError, err: