diff options
author | Joshua Ismael Haase Hernández <hahj87@gmail.com> | 2011-02-14 16:46:33 -0600 |
---|---|---|
committer | Joshua Ismael Haase Hernández <hahj87@gmail.com> | 2011-02-14 16:46:33 -0600 |
commit | 4e7508d9a61c3653b46da8fa513513756bb3b6f1 (patch) | |
tree | ba4061e8cc6af23d60db59b92f6243daf72bc5d5 /test/test1.py | |
parent | cbe877f2ba25b398ad32b92d22dc6f5a108ef59f (diff) |
* pkginfo functions
Diffstat (limited to 'test/test1.py')
-rw-r--r-- | test/test1.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test1.py b/test/test1.py index 9e94352..b810e9a 100644 --- a/test/test1.py +++ b/test/test1.py @@ -62,5 +62,5 @@ class KnownValues(unittest.TestCase): k,v = self.generate_results(example_tuple=i,attr="location") self.assertEqual(k, v) -if __name__ == "__mpain__": +if __name__ == "__main__": unittest.main() |