From: Zooko O'Whielacronx zooko@zooko.com Date: Thu, 1 Feb 2007 16:28:46 +0000 (+0530) Subject: pyfec: fix typo in unit test X-Git-Url: https://git.rkrishnan.org/reedownlee?a=commitdiff_plain;h=d6d2a49718800d4fc32808843e62f58f2c2b15b5;p=tahoe-lafs%2Fzfec.git pyfec: fix typo in unit test darcs-hash:5db5f931dda5567d20eb9ccb1141b307bcdeb870 --- diff --git a/pyfec/fec/test/test_pyfec.py b/pyfec/fec/test/test_pyfec.py index fc5f8fd..8e84357 100755 --- a/pyfec/fec/test/test_pyfec.py +++ b/pyfec/fec/test/test_pyfec.py @@ -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()