summaryrefslogtreecommitdiffstats
path: root/pycore.c
diff options
context:
space:
mode:
Diffstat (limited to 'pycore.c')
-rw-r--r--pycore.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/pycore.c b/pycore.c
index ef57ff5..f9e4c3d 100644
--- a/pycore.c
+++ b/pycore.c
@@ -9,6 +9,7 @@
#include "pysignals.h"
#include "pythemes.h"
#include "pystatusbar.h"
+#include "pyconstants.h"
#include "factory.h"
/*XXX: copy parse into utils */
@@ -126,6 +127,7 @@ void irssi_python_init(void)
printtext(NULL, NULL, MSGLEVEL_CLIENTERROR, "Failed to load Python");
return;
}
+ pyconstants_init();
/*PyImport_ImportModule("irssi_startup");*/
/* Install the custom output handlers, import hook and reload function */