mirror of
https://github.com/novoid/filetags.git
synced 2026-02-16 14:04:14 +00:00
fixed Python2 shebang according to PEP0394
This commit is contained in:
parent
d7c992956d
commit
29048a0318
1 changed files with 2 additions and 2 deletions
|
|
@ -1,6 +1,6 @@
|
|||
#!/usr/bin/env python
|
||||
#!/usr/bin/env python2
|
||||
# -*- coding: utf-8 -*-
|
||||
PROG_VERSION = u"Time-stamp: <2017-02-06 18:41:53 vk>"
|
||||
PROG_VERSION = u"Time-stamp: <2017-02-12 17:33:32 vk>"
|
||||
|
||||
## TODO:
|
||||
## - fix parts marked with «FIXXME»
|
||||
|
|
|
|||
Loading…
Reference in a new issue