[libsoup] tld-parser: use Python 3



commit 4b924e573da307436169d5ef7e04c0ab85b36ef9
Author: Ross Burton <ross burton intel com>
Date:   Wed Aug 2 15:17:21 2017 +0100

    tld-parser: use Python 3
    
    The world is moving to Python 3 so do our bit by using Python 3 to run the TLD
    parser.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=785735

 libsoup/tld-parser.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/libsoup/tld-parser.py b/libsoup/tld-parser.py
index 5d9d2ba..a743471 100755
--- a/libsoup/tld-parser.py
+++ b/libsoup/tld-parser.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
 
 # Generate tld rules
 # Copyright (C) 2012 Red Hat, Inc.


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]