]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
pyfec: fix typo in unit test
authorZooko O'Whielacronx <zooko@zooko.com>
Thu, 1 Feb 2007 17:28:46 +0000 (10:28 -0700)
committerZooko O'Whielacronx <zooko@zooko.com>
Thu, 1 Feb 2007 17:28:46 +0000 (10:28 -0700)
pyfec/fec/test/test_pyfec.py

index fc5f8fd18cb2f498b33de24e75ab810f67ba9e9f..8e8435702bfdb402bfd974d37d02480b90fe9eb6 100644 (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()