aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pmstestsuite/library/eclass_case.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/pmstestsuite/library/eclass_case.py b/pmstestsuite/library/eclass_case.py
index 864a983..582e05a 100644
--- a/pmstestsuite/library/eclass_case.py
+++ b/pmstestsuite/library/eclass_case.py
@@ -22,8 +22,8 @@ class EclassTestCase(EbuildTestCase):
"""
pass
- def __init__(self, eapi):
- EbuildTestCase.__init__(self, eapi)
+ def __init__(self, *args, **kwargs):
+ EbuildTestCase.__init__(self, *args, **kwargs)
self.inherits.append(self.pn)
def get_output_files(self):