sugar-toolkit-gtk3/services/presence
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
..
__init__.py
Activity.py
Buddy.py
BuddyIconCache.py
Makefile.am
org.laptop.Presence.service.in
PresenceService.py Work around bug where Avahi passes back a blank service type; and don't traceback on invalid service types 2006-09-27 16:47:23 -04:00
Service.py
sugar-presence-service