tests/test-minifileset.py
changeset 40098 8a08aefa9273
parent 37877 2cdae2582d8a
child 43076 2372284d9457
--- a/tests/test-minifileset.py	Mon Oct 08 21:51:20 2018 +0200
+++ b/tests/test-minifileset.py	Mon Oct 08 21:53:32 2018 +0200
@@ -1,12 +1,6 @@
 from __future__ import absolute_import
 from __future__ import print_function
 
-import os
-import sys
-
-# make it runnable directly without run-tests.py
-sys.path[0:0] = [os.path.join(os.path.dirname(__file__), '..')]
-
 from mercurial import minifileset
 
 def check(text, truecases, falsecases):