On Aug 1, 2007, at 10:44 , Michael Stone wrote: > Fair enough, but the changes in Rainbow required to drop support > for the > current factory system are minimal; we basically just drop the lines > that send the `create' message on the session bus, instead passing the > instance dict on the command line. (Hence we need to agree on an > argument passing convention.)
You could take a look at how sugar-native-factory passes arguments. It's basically just key value pairs taken directly from the dict. Keys and values are guaranteed to be strings, and until now have not contained spaces. - Bert - _______________________________________________ Sugar mailing list [email protected] http://lists.laptop.org/listinfo/sugar

