From 27b95909f061ae3ecb3ba1b8d46adfef98ca5e6f Mon Sep 17 00:00:00 2001
From: Helmut Grohne <helmut@subdivi.de>
Date: Sun, 16 Feb 2020 08:21:20 +0100
Subject: drop support for Python 2.x

---
 update_sharing.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'update_sharing.py')

diff --git a/update_sharing.py b/update_sharing.py
index ac6c945..78e6171 100755
--- a/update_sharing.py
+++ b/update_sharing.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/python3
 
 import argparse
 import sqlite3
-- 
cgit v1.2.3