diff options
Diffstat (limited to 'test/test_rules.py')
| -rw-r--r-- | test/test_rules.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_rules.py b/test/test_rules.py index c2496760..e020193d 100644 --- a/test/test_rules.py +++ b/test/test_rules.py @@ -55,7 +55,7 @@ try: def tearDown(self): self.g.close() - shutil.rmtree(tmppath) + shutil.rmtree(self.tmppath) def testPychinko(self): rules = [] |
