changeset 51:00d106f6c427

Define children() for ref
author Thinker K.F. Li <thinker@codemud.net>
date Mon, 20 Jun 2011 22:19:37 +0800
parents 312dcf38226f
children 67aa8ca8fff3
files paraspace/dexfile.py
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/paraspace/dexfile.py	Mon Jun 20 18:39:00 2011 +0800
+++ b/paraspace/dexfile.py	Mon Jun 20 22:19:37 2011 +0800
@@ -451,6 +451,9 @@
 
     def get_value(self, parents):
         pass
+
+    def children(self):
+        return []
     pass