Make css.py agnostic regarding python install path

This commit is contained in:
Raphaël Bois-Rousseau 2014-02-16 19:01:32 +01:00
parent 0414910c53
commit 84a844f23f

View file

@ -1,4 +1,4 @@
#! /usr/bin/python
#!/usr/bin/env python
from os.path import basename, splitext
from optparse import OptionParser