make this a Python package that can be imported

This commit is contained in:
Seth Schoen 2012-07-10 16:48:36 -07:00
parent e1bbcd04b7
commit 208ded9d02
2 changed files with 1 additions and 1 deletions

View file

@ -12,4 +12,4 @@ _sni_support.so: sni_support_wrap.o sni_support.o
$(CC) -shared $^ -o $@
clean:
rm -f $(targets)
rm -f $(targets) *.pyc

View file