summaryrefslogtreecommitdiff
path: root/test/python/PostingTest.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/python/PostingTest.py')
-rw-r--r--test/python/PostingTest.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/test/python/PostingTest.py b/test/python/PostingTest.py
index f191253e..0dd18112 100644
--- a/test/python/PostingTest.py
+++ b/test/python/PostingTest.py
@@ -1,11 +1,9 @@
# -*- coding: utf-8 -*-
import unittest
-import exceptions
import operator
from ledger import *
-from StringIO import *
from datetime import *
class PostingTestCase(unittest.TestCase):
@@ -13,7 +11,7 @@ class PostingTestCase(unittest.TestCase):
pass
def tearDown(self):
- pass
+ close_journal_files()
def test_(self):
pass