aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/python
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/python')
-rw-r--r--src/modules/python/libkvipython.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/modules/python/libkvipython.cpp b/src/modules/python/libkvipython.cpp
index 0659cf20c..17fd55f0e 100644
--- a/src/modules/python/libkvipython.cpp
+++ b/src/modules/python/libkvipython.cpp
@@ -207,5 +207,6 @@ KVIRC_MODULE(
python_module_init,
0,
0,
- python_module_cleanup
+ python_module_cleanup,
+ "python"
)