1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
|
From: Paul Gevers <elbrus@debian.org>
Date: Thu, 19 Dec 2019 13:12:58 +0100
X-Dgit-Generated: 2.0.0+ds4-5.1 8e1f57ecec8429b302c888d4f393248d4d863b41
Subject: Convert to Python3
Thanks to Graham Inggs
Closes: #936537
---
--- fontcustom-2.0.0+ds4.orig/lib/fontcustom/scripts/eotlitetool.py
+++ fontcustom-2.0.0+ds4/lib/fontcustom/scripts/eotlitetool.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/python3
# ***** BEGIN LICENSE BLOCK *****
# Version: MPL 1.1/GPL 2.0/LGPL 2.1
#
|