Code

Fixing hash sort for null
[inkscape.git] / src / extension / script / inkscape_py.i
1 %module inkscape_py
2 %{
3 #include "InkscapeBinding.h"
4 %}
6 %include "InkscapeBinding.h"