changeset 40098 | 8a08aefa9273 |
parent 37928 | 7cd1e1adc471 |
child 43076 | 2372284d9457 |
--- a/tests/test-lfs-pointer.py Mon Oct 08 21:51:20 2018 +0200 +++ b/tests/test-lfs-pointer.py Mon Oct 08 21:53:32 2018 +0200 @@ -1,11 +1,5 @@ from __future__ import absolute_import, print_function -import os -import sys - -# make it runnable using python directly without run-tests.py -sys.path[0:0] = [os.path.join(os.path.dirname(__file__), '..')] - # Import something from Mercurial, so the module loader gets initialized. from mercurial import pycompat del pycompat # unused for now