diff options
Diffstat (limited to 'cython/sbservices.pxi')
| -rw-r--r-- | cython/sbservices.pxi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cython/sbservices.pxi b/cython/sbservices.pxi index 0ad67c7..f458bec 100644 --- a/cython/sbservices.pxi +++ b/cython/sbservices.pxi | |||
| @@ -25,7 +25,7 @@ cdef class SpringboardServicesError(BaseError): | |||
| 25 | } | 25 | } |
| 26 | BaseError.__init__(self, *args, **kwargs) | 26 | BaseError.__init__(self, *args, **kwargs) |
| 27 | 27 | ||
| 28 | cdef class SpringboardServices: | 28 | cdef class SpringboardServicesClient(Base): |
| 29 | cdef sbservices_client_t _c_client | 29 | cdef sbservices_client_t _c_client |
| 30 | 30 | ||
| 31 | def __cinit__(self, iDevice device not None, LockdownClient lockdown=None, *args, **kwargs): | 31 | def __cinit__(self, iDevice device not None, LockdownClient lockdown=None, *args, **kwargs): |
