Adding function __get_protocol_options
[python-purple] / plugin.pyx
index 0ea893f..a4ef02f 100644 (file)
 #  along with this program.  If not, see <http://www.gnu.org/licenses/>.
 #
 
-cimport prpl
 cimport purple
 
-
 cdef class Plugin:
     cdef plugin.PurplePlugin *c_plugin
     cdef prpl.PurplePluginProtocolInfo *c_prpl_info