Explorar o código

tests: Stop requiring python2 for module tests

And make the modules executable, so we can run them in unit tests.

Part of 30063.
teor %!s(int64=6) %!d(string=hai) anos
pai
achega
191e280f63
Modificáronse 4 ficheiros con 4 adicións e 4 borrados
  1. 1 1
      lib/chutney/Debug.py
  2. 1 1
      lib/chutney/Templating.py
  3. 1 1
      lib/chutney/TorNet.py
  4. 1 1
      lib/chutney/Traffic.py

+ 1 - 1
lib/chutney/Debug.py

@@ -1,4 +1,4 @@
-#!/usr/bin/env python2
+#!/usr/bin/env python
 #
 # Copyright 2011 Nick Mathewson, Michael Stone
 # Copyright 2013 The Tor Project

+ 1 - 1
lib/chutney/Templating.py

@@ -1,4 +1,4 @@
-#!/usr/bin/env python2
+#!/usr/bin/env python
 #
 # Copyright 2011 Nick Mathewson, Michael Stone
 #

+ 1 - 1
lib/chutney/TorNet.py

@@ -1,4 +1,4 @@
-#!/usr/bin/env python2
+#!/usr/bin/env python
 #
 # Copyright 2011 Nick Mathewson, Michael Stone
 # Copyright 2013 The Tor Project

+ 1 - 1
lib/chutney/Traffic.py

@@ -1,4 +1,4 @@
-#!/usr/bin/env python2
+#!/usr/bin/env python
 #
 # Copyright 2013 The Tor Project
 #