pkgsrc/devel/py-unitgui/patches/patch-aa
drochner 9ae2c4cd5b initial import of py-unitgui-1.4.1, a GUI for py-unit,
submitted by Shell Hung per PR pkg/15095
2002-01-29 16:20:47 +00:00

13 lines
344 B
Text

$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']
)