Browse Source

tests: Stop requiring python2 for module tests

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

Part of 30063.
teor 5 years ago
parent
commit
191e280f63
4 changed files with 4 additions and 4 deletions
  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
 #