--- 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
 
