From 1e397aea911efb84fc77738ec818b0c1e91a6867 Mon Sep 17 00:00:00 2001 From: James Vega Date: Mon, 20 Sep 2004 16:30:59 +0000 Subject: [PATCH] Last #! line --- others/unittest.py | 1 - 1 file changed, 1 deletion(-) 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.