diff options
Diffstat (limited to 'dev-python/cherrypy/files/cherrypy-2.1.0-test-gentoo.patch')
-rw-r--r-- | dev-python/cherrypy/files/cherrypy-2.1.0-test-gentoo.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/dev-python/cherrypy/files/cherrypy-2.1.0-test-gentoo.patch b/dev-python/cherrypy/files/cherrypy-2.1.0-test-gentoo.patch new file mode 100644 index 000000000000..8e3eea433d62 --- /dev/null +++ b/dev-python/cherrypy/files/cherrypy-2.1.0-test-gentoo.patch @@ -0,0 +1,10 @@ +--- cherrypy/test/test.py.org 2005-10-21 13:35:14.068726072 -0700 ++++ cherrypy/test/test.py 2005-10-21 13:35:31.693046768 -0700 +@@ -350,7 +350,6 @@ + CPTestHarness(testList).run() + + print +- raw_input('hit enter') + + + if __name__ == '__main__': |