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/hexchat.py | |
parent | 643269445530edd0ee6a308f771767ec3f9a1919 (diff) |
python: Rewrite with CFFI
Diffstat (limited to 'plugins/python/hexchat.py')
-rw-r--r-- | plugins/python/hexchat.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/python/hexchat.py b/plugins/python/hexchat.py new file mode 100644 index 00000000..6922490b --- /dev/null +++ b/plugins/python/hexchat.py @@ -0,0 +1 @@ +from _hexchat import * |