summaryrefslogtreecommitdiff
path: root/testfixtures/tests/test_components.py
diff options
context:
space:
mode:
Diffstat (limited to 'testfixtures/tests/test_components.py')
-rw-r--r--testfixtures/tests/test_components.py11
1 files changed, 1 insertions, 10 deletions
diff --git a/testfixtures/tests/test_components.py b/testfixtures/tests/test_components.py
index 3bdf0b5..29c2bf2 100644
--- a/testfixtures/tests/test_components.py
+++ b/testfixtures/tests/test_components.py
@@ -1,15 +1,6 @@
-# Copyright (c) 2011-2013 Simplistix Ltd
-# See license.txt for license details.
-
-from nose.plugins.skip import SkipTest
-
-try:
- from testfixtures.components import TestComponents
-except ImportError: # pragma: no cover
- raise SkipTest('zope.component is not available')
-
from mock import Mock, call
from testfixtures import Replacer, compare
+from testfixtures.components import TestComponents
from unittest import TestCase
from warnings import catch_warnings