diff --git a/others/unittest.py b/others/unittest.py index a9e002e7c..3456e0bbe 100644 --- a/others/unittest.py +++ b/others/unittest.py @@ -1,4 +1,3 @@ -#!/usr/bin/env python ''' Python unit testing framework, based on Erich Gamma's JUnit and Kent Beck's Smalltalk testing framework.