sugar-toolkit-gtk3/services
John (J5) Palmieri 7c342e75bf s/type(val) == type({})/isinstance(val, dict)
This needs to be changed everwhere in the code because
isinstance will match derived types where == will not
2006-10-03 14:32:29 -04:00
..
presence s/type(val) == type({})/isinstance(val, dict) 2006-10-03 14:32:29 -04:00
Makefile.am Move the presence service out of the shell 2006-09-15 13:54:16 +02:00