summarylogtreecommitdiffstats
path: root/tractags.patch
blob: 2f9feba0bc893f9226137bd293e6791e763bcec4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
Index: tractags/db.py
===================================================================
--- tractags/db.py	(revision 13816)
+++ tractags/db.py	(working copy)
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python2
 # -*- coding: utf-8 -*-
 #
 # Copyright (C) 2012 Steffen Hoffmann <hoff.st@web.de>
Index: tractags/db_default.py
===================================================================
--- tractags/db_default.py	(revision 13816)
+++ tractags/db_default.py	(working copy)
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python2
 # -*- coding: utf-8 -*-
 #
 # Copyright (C) 2012,2013 Steffen Hoffmann <hoff.st@web.de>
Index: tractags/model.py
===================================================================
--- tractags/model.py	(revision 13816)
+++ tractags/model.py	(working copy)
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python2
 # -*- coding: utf-8 -*-
 #
 # Copyright (C) 2014 Jun Omae <jun66j5@gmail.com>