From 29048a0318ba5d4cbeea7c6e4468be59c28eb4e3 Mon Sep 17 00:00:00 2001 From: Karl Voit Date: Sun, 12 Feb 2017 17:33:50 +0100 Subject: [PATCH] fixed Python2 shebang according to PEP0394 --- filetags.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/filetags.py b/filetags.py index ee1a8b0..9f059af 100755 --- a/filetags.py +++ b/filetags.py @@ -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»