[tor-commits] [bridgedb/develop] Make shebangs use Python 3.

phw at torproject.org phw at torproject.org
Wed Feb 19 18:27:18 UTC 2020


commit f9978bf5678d77eb1b03fcd2422c44b62a5733d3
Author: Philipp Winter <phw at nymity.ch>
Date:   Wed Feb 12 09:57:40 2020 -0800

    Make shebangs use Python 3.
---
 bridgedb/test/test_Storage.py | 2 +-
 scripts/bridgedb              | 2 +-
 setup.py                      | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/bridgedb/test/test_Storage.py b/bridgedb/test/test_Storage.py
index dffba2b..ca10bb9 100644
--- a/bridgedb/test/test_Storage.py
+++ b/bridgedb/test/test_Storage.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
 """Unittests for the :mod:`bridgedb.Storage` module."""
 
 import os
diff --git a/scripts/bridgedb b/scripts/bridgedb
index 876fde9..5c92179 100644
--- a/scripts/bridgedb
+++ b/scripts/bridgedb
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
 # -*- coding: utf-8 -*-
 #
 # This file is part of BridgeDB, a Tor bridge distribution system.
diff --git a/setup.py b/setup.py
index 55dea95..18c391b 100644
--- a/setup.py
+++ b/setup.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
 #_____________________________________________________________________________
 #
 # This file is part of BridgeDB, a Tor bridge distribution system.





More information about the tor-commits mailing list