Adding Classes Plugin and PluginInfo
[python-purple] / conversation.pyx
index 5b8cb04..c13578a 100644 (file)
@@ -17,7 +17,7 @@
 #  along with this program.  If not, see <http://www.gnu.org/licenses/>.
 #
 
-cimport conversation
+cimport purple
 
 cdef class Conversation:
     """ Conversation class """