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