From 64a5884dbb35c97ca94abb03e1bd246f9d04f5ac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=A1=D0=BE=D1=81=D0=BD=D0=B0=20=D0=95=D0=B2=D0=B3=D0=B5?= =?UTF-8?q?=D0=BD=D0=B8=D0=B9?= Date: Sat, 13 Sep 2014 12:50:21 +0300 Subject: [PATCH 1/2] =?UTF-8?q?=D0=B5=D1=89=D0=B5=20=D1=80=D0=B0=D0=B7?= =?UTF-8?q?=D0=BE=D0=BA=20=D1=82=D0=B5=D1=81=D1=82.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tests/test_compile.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_compile.py b/tests/test_compile.py index dedcda8..56b7cec 100644 --- a/tests/test_compile.py +++ b/tests/test_compile.py @@ -23,7 +23,7 @@ def setUp(self): path.join(path.curdir, ".git", "hooks", "V8Reader.epf")) def tearDown(self): - + import os if os.path.exists(self.tfile): os.remove(self.tfile) shutil.rmtree(self.tpath) From 4dd11a6b2f5d425babc17b42b3fb49ee582516fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=A1=D0=BE=D1=81=D0=BD=D0=B0=20=D0=95=D0=B2=D0=B3=D0=B5?= =?UTF-8?q?=D0=BD=D0=B8=D0=B9?= Date: Sat, 13 Sep 2014 13:05:52 +0300 Subject: [PATCH 2/2] =?UTF-8?q?=D0=B5=D1=89=D0=B5=20=D1=80=D0=B0=D0=B7=20?= =?UTF-8?q?=D1=82=D0=B5=D1=81=D1=82=20=D0=B0=D0=B2=D1=82=D0=BE=D1=81=D0=B1?= =?UTF-8?q?=D0=BE=D1=80=D0=BA=D0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tests/test_compile.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/test_compile.py b/tests/test_compile.py index 56b7cec..950d73a 100644 --- a/tests/test_compile.py +++ b/tests/test_compile.py @@ -23,7 +23,6 @@ def setUp(self): path.join(path.curdir, ".git", "hooks", "V8Reader.epf")) def tearDown(self): - import os if os.path.exists(self.tfile): os.remove(self.tfile) shutil.rmtree(self.tpath)