added joined member variable
authorTony Mack <tmack@paris.CS.Princeton.EDU>
Fri, 28 Sep 2012 19:13:02 +0000 (15:13 -0400)
committerTony Mack <tmack@paris.CS.Princeton.EDU>
Fri, 28 Sep 2012 19:13:02 +0000 (15:13 -0400)
PLC/Parameter.py

index c2b3466..c5b79f9 100644 (file)
@@ -21,7 +21,8 @@ class Parameter:
                  ro = False,
                  nullok = False, 
                  primary_key = False, 
-                 indexed = False):
+                 indexed = False,
+                 joined=False):
         # Basic type of the parameter. Must be a builtin type
         # that can be marshalled by XML-RPC.
         self.type = typeval