Description: explicitly use Python3
Author: Jonas Smedegaard <dr@jones.dk>
Last-Update: 2021-05-24
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/exports.py
+++ b/exports.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python3
+#!/usr/bin/python3
 
 import sys
 import re
