diff options
author | Patrick Griffis <tingping@tingping.se> | 2017-09-02 17:52:25 -0400 |
---|---|---|
committer | Patrick Griffis <tingping@tingping.se> | 2018-11-09 18:36:59 -0500 |
commit | 706f9bca82d463f6f1bd17d5dc609807e4a1e8a9 (patch) | |
tree | 09f849421105e4202b436af97a94d777c96aa378 /plugins/python/python.def | |
parent | 643269445530edd0ee6a308f771767ec3f9a1919 (diff) |
python: Rewrite with CFFI
Diffstat (limited to 'plugins/python/python.def')
-rw-r--r-- | plugins/python/python.def | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/python/python.def b/plugins/python/python.def index 6ce04e98..e560f50f 100644 --- a/plugins/python/python.def +++ b/plugins/python/python.def @@ -1,4 +1,3 @@ EXPORTS hexchat_plugin_init hexchat_plugin_deinit -hexchat_plugin_get_info |