2013-09-26 17:14:40 +02:00

14 lines
344 B
Plaintext

$NetBSD: patch-aa,v 1.1.1.1 2002/01/29 16:20:47 drochner Exp $
--- setup.py.orig Sat Jan 5 18:55:12 2002
+++ setup.py
@@ -11,7 +11,7 @@
author_email = "stephen_purcell@yahoo.com",
url = "http://pyunit.sourceforge.net/",
- py_modules = ['unittest', 'unittestgui']
+ py_modules = ['unittestgui']
)