summaryrefslogtreecommitdiff
path: root/net/straw/files/patch-src::lib::Config.py
diff options
context:
space:
mode:
Diffstat (limited to 'net/straw/files/patch-src::lib::Config.py')
-rw-r--r--net/straw/files/patch-src::lib::Config.py11
1 files changed, 0 insertions, 11 deletions
diff --git a/net/straw/files/patch-src::lib::Config.py b/net/straw/files/patch-src::lib::Config.py
deleted file mode 100644
index a5c3debd01c3..000000000000
--- a/net/straw/files/patch-src::lib::Config.py
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/lib/Config.py.orig Tue Aug 24 02:19:12 2004
-+++ src/lib/Config.py Tue Aug 24 02:20:06 2004
-@@ -369,6 +369,8 @@
- last_poll = property(get_last_poll, set_last_poll, doc="Last polled")
-
- def get_number_of_items_stored(self):
-+ if self._items_stored == 0:
-+ return 30
- return self._items_stored
-
- def set_number_of_items_stored(self, num=30):