changeset 148:e3ba71e7b927

correct capitalization
author Jeff Hammel <jhammel@mozilla.com>
date Sun, 18 Mar 2012 20:25:51 -0700
parents bdf4049e83ea
children d37ee77a9317
files makeitso/python_package/tests/unit.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/makeitso/python_package/tests/unit.py	Mon Mar 05 15:08:24 2012 -0800
+++ b/makeitso/python_package/tests/unit.py	Sun Mar 18 20:25:51 2012 -0700
@@ -11,7 +11,7 @@
 # globals
 here = os.path.dirname(os.path.abspath(__file__))
 
-class {{Package}}UnitTest(unittest.TestCase):
+class {{package}}UnitTest(unittest.TestCase):
 
     def test_{{package}}(self):
         pass