In case /usr/bin/python3 does not exist but was installed somewhere else.

This commit is contained in:
Laurent Rineau 2012-10-10 09:29:21 +00:00
parent bdcb53abef
commit 0f83553131
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
#!/usr/bin/python3
#!/usr/bin/env python3
import os
import re