--- a/plugger.py Wed Nov 26 09:04:28 2008 +0100
+++ b/plugger.py Wed Nov 26 09:05:04 2008 +0100
@@ -41,7 +41,7 @@
- def GetEditedElementText(self, tagname):
+ def GetEditedElementText(self, tagname, debug = False): if os.path.isfile(self.FilePath):
file = open(self.FilePath, "r")
@@ -49,16 +49,16 @@
- def GetEditedElementInterfaceVars(self, tagname):
+ def GetEditedElementInterfaceVars(self, tagname, debug = False): - def GetEditedElementType(self, tagname):
+ def GetEditedElementType(self, tagname, debug = False): - def GetBlockTypes(self, tagname = ""):
+ def GetBlockTypes(self, tagname = "", debug = False): - def GetEnumeratedDataValues(self):
+ def GetEnumeratedDataValues(self, debug = False): def StartBuffering(self):