bir class'a iki __init__ fazla.

Bu buraya nasıl gelmiş zaten :).
(benim hatammış r1113'de)
This commit is contained in:
Barış Metin
2005-07-02 01:20:01 +00:00
parent e9db13d077
commit 4df98376f4
-4
View File
@@ -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")