pkgsrc/devel/py-unit/patches/patch-aa
drochner 4d1aa937d6 initial import of py-unit-1.4.1, a unit testing framework for python,
submitted by Shell Hung per PR pkg/15094
2002-01-29 16:19:03 +00:00

13 lines
341 B
Text

$NetBSD: patch-aa,v 1.1.1.1 2002/01/29 16:19:03 drochner Exp $
--- setup.py.orig Sat Jan 5 18:52: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 = ['unittest']
)