From 801316be64177d889ab21fc28c07dd4d77cb8184 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20=27Necoro=27=20Neumann?= Date: Fri, 14 Aug 2009 19:42:01 +0200 Subject: Fix the EixSQLDatabase and EixReader --- portato/eix/parser.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'portato/eix') 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): -- cgit v1.2.3