Graphics/UMLItem.py

changeset 2034
8de0fc1f7fef
parent 2033
4b99609f6a87
child 2038
72557ef75de1
--- a/Graphics/UMLItem.py	Sun Sep 09 19:38:07 2012 +0200
+++ b/Graphics/UMLItem.py	Mon Sep 10 18:42:28 2012 +0200
@@ -184,10 +184,12 @@
         """
         return ""
     
-    def parseItemDataString(self, data):
+    def parseItemDataString(self, version, data):
         """
         Public method to parse the given persistence data.
         
+        @param version version of the data (string)
         @param data persisted data to be parsed (string)
+        @return flag indicating success (boolean)
         """
-        pass
+        return True

eric ide

mercurial