mirror of
https://github.com/dh1tw/iso-country-flags-svg-collection-1.git
synced 2025-12-06 03:42:01 +01:00
Make css.py agnostic regarding python install path
This commit is contained in:
parent
0414910c53
commit
84a844f23f
|
|
@ -1,4 +1,4 @@
|
||||||
#! /usr/bin/python
|
#!/usr/bin/env python
|
||||||
|
|
||||||
from os.path import basename, splitext
|
from os.path import basename, splitext
|
||||||
from optparse import OptionParser
|
from optparse import OptionParser
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue