[tor-commits] [tor/master] Remove misleading first line in test_rebind.py

nickm at torproject.org nickm at torproject.org
Fri Sep 21 20:14:41 UTC 2018


commit 81199eaf0e7e78144617c277798bf0c944f7b2c7
Author: rl1987 <rl1987 at sdf.lonestar.org>
Date:   Fri Sep 14 19:47:02 2018 +0300

    Remove misleading first line in test_rebind.py
    
    test_rebind.py actually does not require Python 3.
    
    Bugfix on 5a11670fcaad0a58de48425ba80510effbe35628; bug not in any
    Tor release.
---
 src/test/test_rebind.py | 2 --
 1 file changed, 2 deletions(-)

diff --git a/src/test/test_rebind.py b/src/test/test_rebind.py
index f02cb79b7..42a4658b4 100644
--- a/src/test/test_rebind.py
+++ b/src/test/test_rebind.py
@@ -1,5 +1,3 @@
-#!/usr/bin/python3
-
 from __future__ import print_function
 
 import sys





More information about the tor-commits mailing list