From 0456a0b110f1576871910833a409dc51b21aa885 Mon Sep 17 00:00:00 2001 From: Ansgar Burchardt Date: Fri, 1 Aug 2014 00:00:53 +0200 Subject: [PATCH] PackageListEntry: Rename package_type to type. PackageListEntry should be similar to daklib.upload.Binary. --- daklib/packagelist.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2