소스 검색

tests: Stop requiring python2 for module tests

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

Part of 30063.
teor 6 년 전
부모
커밋
191e280f63
4개의 변경된 파일4개의 추가작업 그리고 4개의 파일을 삭제
  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
 #