diff options
Diffstat (limited to 'unittests/pythontests.py')
-rw-r--r-- | unittests/pythontests.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/unittests/pythontests.py b/unittests/pythontests.py index 7a709f0..c8efbdd 100644 --- a/unittests/pythontests.py +++ b/unittests/pythontests.py @@ -80,4 +80,3 @@ class PythonTests(BasePlatformTests): with self.assertRaises(unittest.SkipTest): self.init(testdir, extra_args=['-Dpython=dir']) self.wipe() - |