From 6f40114fd26dd0bfb7fcbe4067cc7f4f3eec428a Mon Sep 17 00:00:00 2001 From: Bryan Forbes Date: Mon, 19 Apr 2010 11:54:35 -0500 Subject: Changed some parent class relationships. --- cython/sbservices.pxi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cython/sbservices.pxi') diff --git a/cython/sbservices.pxi b/cython/sbservices.pxi index 13a49aa..55c94a5 100644 --- a/cython/sbservices.pxi +++ b/cython/sbservices.pxi @@ -25,7 +25,7 @@ cdef class SpringboardServicesError(BaseError): } BaseError.__init__(self, *args, **kwargs) -cdef class SpringboardServicesClient(Base): +cdef class SpringboardServicesClient(PropertyListService): __service_name__ = "com.apple.springboardservices" cdef sbservices_client_t _c_client -- cgit v1.1-32-gdbae