summaryrefslogtreecommitdiff
path: root/portato/eix
diff options
context:
space:
mode:
authorRené 'Necoro' Neumann <necoro@necoro.net>2009-08-14 19:42:01 +0200
committerRené 'Necoro' Neumann <necoro@necoro.net>2009-08-14 19:42:01 +0200
commit801316be64177d889ab21fc28c07dd4d77cb8184 (patch)
tree3966d67a043cb372bb51a9acdf533ef919122d44 /portato/eix
parent636eb3064e8ff8957bbf9fd172d7a0c6827e973c (diff)
downloadportato-801316be64177d889ab21fc28c07dd4d77cb8184.tar.gz
portato-801316be64177d889ab21fc28c07dd4d77cb8184.tar.bz2
portato-801316be64177d889ab21fc28c07dd4d77cb8184.zip
Fix the EixSQLDatabase and EixReader
Diffstat (limited to 'portato/eix')
-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 2a6658b..cc42553 100644
--- a/portato/eix/parser.py
+++ b/portato/eix/parser.py
@@ -357,7 +357,7 @@ class package (object):
The indices of `header.useflags` representing the IUSE value of the package.
"""
- __slots__ = ("name", "description", "provide",
+ __slots__ = ("_offset", "name", "description", "provide",
"homepage", "license", "useflags")
def __init__ (self, file, skip = False):