[library-web] [mallard] remove obsolete __init__ method



commit ed4620d26c024bd4eb7ce17568a05fb849e714bf
Author: Frédéric Péters <fpeters 0d be>
Date:   Tue Aug 25 18:05:48 2009 +0200

    [mallard] remove obsolete __init__ method

 src/modtypes/mallard.py |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)
---
diff --git a/src/modtypes/mallard.py b/src/modtypes/mallard.py
index 5bb9a2f..e964966 100644
--- a/src/modtypes/mallard.py
+++ b/src/modtypes/mallard.py
@@ -125,9 +125,6 @@ class MallardModule(DocModule):
 
     related_xsl_files = ['mal2html.xsl', 'heading.xsl']
 
-    def __init__(self, tar, tarinfo, makefile_am, nightly):
-        DocModule.__init__(self, tar, tarinfo, makefile_am, nightly)
-
     def setup_channel(self):
         # get category from omf file
         ext_dirname = os.path.join(app.config.private_dir, 'extracts')



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]