Switch all headers to python3

This commit is contained in:
Daniel Martí 2016-01-04 16:33:20 +01:00
parent b0ffc5ce4c
commit 99edd64372
21 changed files with 21 additions and 39 deletions

View file

@ -1,4 +1,4 @@
#!/usr/bin/env python2
#!/usr/bin/env python3
from setuptools import setup
import sys