summaryrefslogtreecommitdiff
path: root/unit_tests/test_tools.py
diff options
context:
space:
mode:
authorJason Pellerin <jpellerin@gmail.com>2007-04-11 19:41:08 +0000
committerJason Pellerin <jpellerin@gmail.com>2007-04-11 19:41:08 +0000
commitd027944eb60e11a86602d9cebe5de323925e61bd (patch)
tree638f4fd5e8d18d12ed119a820e5f82b8971eb257 /unit_tests/test_tools.py
parent4fcd24491d6299bf2bd300a858b200b39ae072ab (diff)
downloadnose-d027944eb60e11a86602d9cebe5de323925e61bd.tar.gz
Removed a stray import added by previous patch
Diffstat (limited to 'unit_tests/test_tools.py')
-rw-r--r--unit_tests/test_tools.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/unit_tests/test_tools.py b/unit_tests/test_tools.py
index 3ed9baa..d682291 100644
--- a/unit_tests/test_tools.py
+++ b/unit_tests/test_tools.py
@@ -1,7 +1,6 @@
import time
import unittest
from nose.tools import *
-from nose.exc import SkipTest
class TestTools(unittest.TestCase):