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/screenshotr.pxi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cython/screenshotr.pxi') diff --git a/cython/screenshotr.pxi b/cython/screenshotr.pxi index d3a896f..d7dfc57 100644 --- a/cython/screenshotr.pxi +++ b/cython/screenshotr.pxi @@ -27,7 +27,7 @@ cdef class ScreenshotrError(BaseError): } BaseError.__init__(self, *args, **kwargs) -cdef class ScreenshotrClient(Base): +cdef class ScreenshotrClient(DeviceLinkService): __service_name__ = "com.apple.mobile.screenshotr" cdef screenshotr_client_t _c_client -- cgit v1.1-32-gdbae