Put testtools directly under lib/ to make it easier to install from Samba 4.
[ira/wip.git] / lib / subunit / python / testtools / testresult / __init__.py
diff --git a/lib/subunit/python/testtools/testresult/__init__.py b/lib/subunit/python/testtools/testresult/__init__.py
deleted file mode 100644 (file)
index 2ee3d25..0000000
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright (c) 2009 Jonathan M. Lange. See LICENSE for details.
-
-"""Test result objects."""
-
-__all__ = [
-    'ExtendedToOriginalDecorator',
-    'MultiTestResult',
-    'TestResult',
-    'TextTestResult',
-    'ThreadsafeForwardingResult',
-    ]
-
-from real import (
-    ExtendedToOriginalDecorator,
-    MultiTestResult,
-    TestResult,
-    TextTestResult,
-    ThreadsafeForwardingResult,
-    )