From 4df98376f4b43e3bfc57ac30b7abbf7005f00eef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bar=C4=B1=C5=9F=20Metin?= Date: Sat, 2 Jul 2005 01:20:01 +0000 Subject: [PATCH] =?UTF-8?q?bir=20class'a=20iki=20=5F=5Finit=5F=5F=20fazla.?= =?UTF-8?q?=20Bu=20buraya=20nas=C4=B1l=20gelmi=C5=9F=20zaten=20:).=20(beni?= =?UTF-8?q?m=20hatamm=C4=B1=C5=9F=20r1113'de)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pisi/specfile.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/pisi/specfile.py b/pisi/specfile.py index 3df2d9d1..d4135915 100644 --- a/pisi/specfile.py +++ b/pisi/specfile.py @@ -32,10 +32,6 @@ class PackagerInfo: return True class PatchInfo: - def __init__(self, filenm, ctype): - self.filename = filenm - self.compressionType = ctype - def __init__(self, node): self.filename = getNodeText(node) self.compressionType = getNodeAttribute(node, "compressionType")