From 0cdd09c8ca1f3d2562cec55b673e49672eb5b7da Mon Sep 17 00:00:00 2001 From: klg Date: Fri, 3 Jan 2020 19:32:07 +0100 Subject: [PATCH] Python 3 Adhere to Debian Python Policy. --- debian/control | 2 +- msghost/dotjs.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/control b/debian/control index e8b39dd..665364c 100644 --- a/debian/control +++ b/debian/control @@ -7,7 +7,7 @@ Standards-Version: 4.3.0 Package: webext-dotjs-nh Architecture: all -Depends: python, ${misc:Depends} +Depends: python3, ${misc:Depends} Enhances: firefox, firefox-esr, chromium Description: Simple web extension for injecting scripts Dotjs-NH is a simple web extension for Chromium and Firefox that diff --git a/msghost/dotjs.py b/msghost/dotjs.py index fcca989..2f0141c 100755 --- a/msghost/dotjs.py +++ b/msghost/dotjs.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/python3 import os import sys import struct