diff options
Diffstat (limited to 'net/straw/files/patch-src::straw')
-rw-r--r-- | net/straw/files/patch-src::straw | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net/straw/files/patch-src::straw b/net/straw/files/patch-src::straw new file mode 100644 index 000000000..ec142ac7e --- /dev/null +++ b/net/straw/files/patch-src::straw @@ -0,0 +1,11 @@ +--- src/straw Sat Oct 21 07:53:23 2006 ++++ src/straw Sun May 20 09:49:06 2007 +@@ -102,7 +102,7 @@ + if ENV_IN_SOURCE: + from lib import Application, Config + else: +- from straw import Application, Config ++ import Application, Config + + # set offline to false if offline. Previous releases just rely on the + # previous state of the 'offline' config. So if the user specifies |