summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRené 'Necoro' Neumann <necoro@necoro.net>2009-08-14 16:14:48 +0200
committerRené 'Necoro' Neumann <necoro@necoro.net>2009-08-14 16:14:48 +0200
commita16cc9501a2a9b7910124caf11b77568e801433b (patch)
treec7d3e6624a066518879e18f434cbbe8722fe023d
parent0e6702e069aeabcd995b8968d0ebbc1593d59bf6 (diff)
downloadportato-a16cc9501a2a9b7910124caf11b77568e801433b.tar.gz
portato-a16cc9501a2a9b7910124caf11b77568e801433b.tar.bz2
portato-a16cc9501a2a9b7910124caf11b77568e801433b.zip
Add 'skip' parameter to header ... this is ignored though
-rw-r--r--portato/eix/parser.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/portato/eix/parser.py b/portato/eix/parser.py
index 90c569b..ebf2566 100644
--- a/portato/eix/parser.py
+++ b/portato/eix/parser.py
@@ -119,7 +119,7 @@ class LazyElement (object):
return self.value
class header (object):
- def __init__ (self, file):
+ def __init__ (self, file, skip = False):
def LE (t):
return LazyElement(t, file)
itle='2009-10-08 14:02:40 +0200'>2009-10-08Enhance the splash window handling.René 'Necoro' Neumann2-2/+9 2009-10-05Some more stuff to ignoreRené 'Necoro' Neumann1-0/+3 2009-10-05Renamed the ignore fileRené 'Necoro' Neumann1-0/+0 2009-10-05Update NEWSRené 'Necoro' Neumann1-0/+1 2009-10-05Also allow 'unselect all' in the PkgListRené 'Necoro' Neumann1-1/+10 2009-10-05Now have it the sorted way in PkgListsRené 'Necoro' Neumann2-3/+9 2009-10-05Enhanced system.sort_package_list to also sort CPVsRené 'Necoro' Neumann5-27/+38 2009-10-05Added an PkgList window and rewrote UpdateWindow and WorldListWindow to use itRené 'Necoro' Neumann3-39/+63 2009-10-05Add uninstall button and rename to PkgListWindowRené 'Necoro' Neumann1-2/+17 2009-10-05First quick hack to have a world listRené 'Necoro' Neumann3-2/+24