diff options
Diffstat (limited to 'news/straw/files/patch-src::straw')
-rw-r--r-- | news/straw/files/patch-src::straw | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/news/straw/files/patch-src::straw b/news/straw/files/patch-src::straw new file mode 100644 index 000000000000..4e98d5b76ff3 --- /dev/null +++ b/news/straw/files/patch-src::straw @@ -0,0 +1,10 @@ +--- src/straw.orig Mon Apr 7 17:06:28 2003 ++++ src/straw Mon Apr 7 17:07:14 2003 +@@ -26,6 +26,7 @@ + raise "FileNotFoundError", "couldn't find straw library dir" + + sys.path.insert(0, find_straw_lib()) ++sys.path.insert(0, '%%PYTHON_SITELIBDIR%%') + + import straw + |