diff --git a/tupak/gw/prior.py b/tupak/gw/prior.py
index 1e0c0b0e72842760e8e3dabc867cb818f22ac4d7..37dd2299a674b4b39b9c7715b24fcc0848bbde6c 100644
--- a/tupak/gw/prior.py
+++ b/tupak/gw/prior.py
@@ -1,7 +1,14 @@
 import logging
+from tupak.core import prior
 
 
-def test_redundancy(key, prior):
+class CBCPriorSet(prior.PriorSet):
+    def __init__(self, dictionary=None, filename=None):
+        prior.PriorSet.__init__(dictionary=dictionary, filename=filename)
+        self.test_redundancy = test_cbc_redundancy
+
+
+def test_cbc_redundancy(key, prior):
     """
     Test whether adding the key would add be redundant.