forked from Github/appendfilename
fixed Python2 shebang according to PEP0394
This commit is contained in:
parent
298a548a49
commit
ed5908ecde
1 changed files with 1 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/env python
|
||||
#!/usr/bin/env python2
|
||||
# -*- coding: utf-8 -*-
|
||||
# Time-stamp: <2015-05-30 15:49:15 vk>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue