X-Git-Url: https://git.donarmstrong.com/?p=dak.git;a=blobdiff_plain;f=daklib%2Fpackagelist.py;h=1af05b766c9d97d48161a149e8f50e446e7a8093;hp=ddb5c8180275d1daa1882a2f2fb109616a887eeb;hb=0456a0b110f1576871910833a409dc51b21aa885;hpb=a2ceeb816dbaf631c20a3290ee78777a8c909636 diff --git a/daklib/packagelist.py b/daklib/packagelist.py index ddb5c818..1af05b76 100644 --- a/daklib/packagelist.py +++ b/daklib/packagelist.py @@ -27,7 +27,7 @@ class InvalidSource(Exception): class PackageListEntry(object): def __init__(self, name, package_type, section, component, priority, **other): self.name = name - self.package_type = package_type + self.type = package_type self.section = section self.component = component self.priority = priority