File: use-python3.patch

package info (click to toggle)
icdiff 1.8.1-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 392 kB
  • ctags: 51
  • sloc: python: 436; sh: 106; makefile: 18
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