Browse Source

Fix whitespace error in template

Alois Mahdal 10 years ago
parent
commit
f28c1ebb31
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      bin/mkexec

+ 1
- 1
bin/mkexec View File

@@ -55,7 +55,7 @@ my $templates = {
55 55
         test    => "import unittest\n\n\n"
56 56
                    . "class TestCase(unittest.TestCase):\n"
57 57
                    . "    pass\n\n\n"
58
-                   . "if __name__=='__main__':\n"
58
+                   . "if __name__ == '__main__':\n"
59 59
                    ."    unittest.main()\n",
60 60
     },
61 61
     pl => {