1
0
mirror of https://github.com/Tha14/toxic.git synced 2024-06-18 15:17:46 +02:00

Change visibility on Python commands list

This commit is contained in:
jakob 2017-05-20 08:18:28 -04:00
parent 37912f2d88
commit 76d1eafdc0

View File

@ -27,7 +27,7 @@
extern Tox *user_tox;
struct python_registered_func {
static struct python_registered_func {
char *name;
char *help;
PyObject *callback;