Unverified Commit f9978bf5 authored by Philipp Winter's avatar Philipp Winter
Browse files

Make shebangs use Python 3.

parent 60ed840f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
#!/usr/bin/env python
#!/usr/bin/env python3
"""Unittests for the :mod:`bridgedb.Storage` module."""

import os
+1 −1
Original line number Diff line number Diff line
#!/usr/bin/env python
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
#
# This file is part of BridgeDB, a Tor bridge distribution system.
+1 −1
Original line number Diff line number Diff line
#!/usr/bin/env python
#!/usr/bin/env python3
#_____________________________________________________________________________
#
# This file is part of BridgeDB, a Tor bridge distribution system.