pyfec: fix typo in unit test

This commit is contained in:
Zooko O'Whielacronx 2007-02-01 10:28:46 -07:00
parent 8f17174cb8
commit ca4fce82e9

View File

@ -98,6 +98,6 @@ def test_random():
# sys.stdout.write(".")
print "%d randomized tests pass." % (i+1)
if __name__ == "__init__":
if __name__ == "__main__":
test_random()