Adding function accounts_get_all() to Purple class
[python-purple] / connection.pyx
index 2e9a8f4..fe9cb75 100644 (file)
 #  along with this program.  If not, see <http://www.gnu.org/licenses/>.
 #
 
 #  along with this program.  If not, see <http://www.gnu.org/licenses/>.
 #
 
-cimport connection
+cimport purple
 
 cdef class Connection:
     """ Connection class """
     cdef connection.PurpleConnection *__conn
 
 
 cdef class Connection:
     """ Connection class """
     cdef connection.PurpleConnection *__conn
 
-    def connect(self):
-        connect_to_signals_for_demonstration_purposes_only()
+    def __init__(self):
+        pass