1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-27 05:10:36 +00:00
freebsd-ports/print/py-preppy/files/patch-preppy.py
Frederic Culot 1869e01301 - Update to 2.3.2
PR:		ports/190205
Submitted by: 	Kozlov Sergey <kozlov.sergey.404@gmail.com> (maintainer)
2014-05-26 08:15:50 +00:00

12 lines
376 B
Python

--- ./preppy.py.orig 2014-05-25 20:05:05.000000000 +0300
+++ ./preppy.py 2014-05-25 20:06:13.000000000 +0300
@@ -871,7 +871,7 @@
def testgetmodule(name="testoutput"):
#name = "testpreppy"
- pel("trying to load", name)
+ pel("trying to load " + name)
result = getPreppyModule(name, verbose=1)
pel( "load successful! running result")
pel("=" * 100)