mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-27 05:10:36 +00:00
1869e01301
PR: ports/190205 Submitted by: Kozlov Sergey <kozlov.sergey.404@gmail.com> (maintainer)
12 lines
376 B
Python
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)
|