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.
This commit is contained in:
rl1987 2018-09-14 19:47:02 +03:00
parent 1a85ac8c2d
commit 81199eaf0e

View File

@ -1,5 +1,3 @@
#!/usr/bin/python3
from __future__ import print_function from __future__ import print_function
import sys import sys