aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'pmstestsuite/library/standard/dbus_case.py')
-rw-r--r--pmstestsuite/library/standard/dbus_case.py20
1 files changed, 0 insertions, 20 deletions
diff --git a/pmstestsuite/library/standard/dbus_case.py b/pmstestsuite/library/standard/dbus_case.py
deleted file mode 100644
index 14258b7..0000000
--- a/pmstestsuite/library/standard/dbus_case.py
+++ /dev/null
@@ -1,20 +0,0 @@
-# vim:fileencoding=utf-8
-# (c) 2011-2012 Michał Górny <mgorny@gentoo.org>
-# Released under the terms of the 2-clause BSD license.
-
-from pmstestsuite.library.case import EbuildTestCase
-from pmstestsuite.library.depend_case import EbuildDependencyTestCase, \
- EclassDependencyTestCase
-from pmstestsuite.library.eclass_case import EclassTestCase
-
-class DBusEbuildTestCase(EbuildTestCase):
- pass
-
-class DBusEclassTestCase(EclassTestCase):
- pass
-
-class DBusEbuildDependencyTestCase(EbuildDependencyTestCase):
- pass
-
-class DBusEclassDependencyTestCase(EclassDependencyTestCase):
- pass