Package: python-tld / 0.9.1-1

change-for-python3.patch Patch series | download
1
2
3
4
5
6
7
8
9
10
11
12
13
Description: Use Python3 shebang
Author: Sophie Brun <sophie@offensive-security.com>
Last-Update: 2018-10-04
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/src/tld/bin/update-tld-names
+++ b/src/tld/bin/update-tld-names
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
 
 # We should have absolute imports here
 from tld.commands.update_tld_names import main