Fix compilation error using python2.7
[python-purple] / libpurple / purple.pxd
1 #
2 #  Copyright (c) 2008 INdT - Instituto Nokia de Tecnologia
3 #
4 #  This file is part of python-purple.
5 #
6 #  python-purple is free software: you can redistribute it and/or modify
7 #  it under the terms of the GNU General Public License as published by
8 #  the Free Software Foundation, either version 3 of the License, or
9 #  (at your option) any later version.
10 #
11 #  python-purple is distributed in the hope that it will be useful,
12 #  but WITHOUT ANY WARRANTY; without even the implied warranty of
13 #  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
14 #  GNU General Public License for more details.
15 #
16 #  You should have received a copy of the GNU General Public License
17 #  along with this program.  If not, see <http://www.gnu.org/licenses/>.
18 #
19
20 cimport glib
21
22 cimport account
23 cimport accountopt
24 cimport buddyicon
25 cimport blist
26 cimport connection
27 cimport conversation
28 cimport core
29 cimport debug
30 cimport eventloop
31 cimport ft
32 cimport idle
33 cimport notify
34 cimport plugin
35 cimport pounce
36 cimport prefs
37 cimport privacy
38 cimport proxy
39 cimport prpl
40 cimport request
41 cimport roomlist
42 cimport server
43 cimport signals
44 cimport status
45 cimport savedstatuses
46 cimport value
47 cimport util
48 cimport xmlnode
49
50 cdef extern from "libpurple/purple.h":
51     pass