From d6d2a49718800d4fc32808843e62f58f2c2b15b5 Mon Sep 17 00:00:00 2001 From: "Zooko O'Whielacronx zooko@zooko.com" Date: Thu, 1 Feb 2007 21:58:46 +0530 Subject: [PATCH] pyfec: fix typo in unit test darcs-hash:5db5f931dda5567d20eb9ccb1141b307bcdeb870 --- pyfec/fec/test/test_pyfec.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() -- 2.45.2