File: use-python3.patch

package info (click to toggle)
icdiff 1.9.4-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 496 kB
  • sloc: python: 519; sh: 134; makefile: 14
file content (11 lines) | stat: -rw-r--r-- 261 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
Description: use Python3 by default
Author: Sascha Steinbiss <sascha@steinbiss.name>
Forwarded: not-needed, upstream supports both Python 3 and Python 2
--- a/icdiff
+++ b/icdiff
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
 
 """ icdiff.py