X-Git-Url: http://git.maemo.org/git/?p=python-purple;a=blobdiff_plain;f=account.pyx;h=421f1ec6dee534f02b8df7a3275b681b293504ff;hp=503a87c2be15919427f0ad42171cdca355d50259;hb=808298462331613626bf941f55b4118295e92824;hpb=d88947735d2c204731d80ae6513aeea7463a6e87 diff --git a/account.pyx b/account.pyx index 503a87c..421f1ec 100644 --- a/account.pyx +++ b/account.pyx @@ -17,12 +17,7 @@ # along with this program. If not, see . # -cimport glib - -cimport account -cimport blist -cimport savedstatuses -cimport status +cimport purple cdef class Account: """ Account class """