remove sys path stuff in run.py (it's in base)

This commit is contained in:
David Halter
2013-01-05 20:19:48 +01:00
parent 15bd963f59
commit 31e8a8c5a2
3 changed files with 5 additions and 11 deletions

View File

@@ -9,8 +9,6 @@ os.chdir(os.path.dirname(os.path.abspath(__file__)) + '/../jedi')
import api
#api.set_debug_function(api.debug.print_to_stdout)
class TestBase(unittest.TestCase):
def get_script(self, src, pos, path=None):
@@ -34,5 +32,3 @@ class TestBase(unittest.TestCase):
def get_in_function_call(self, src, pos=None):
script = self.get_script(src, pos)
return script.get_in_function_call()