Fix small interface discrepancy

This commit is contained in:
Joaquin Casares
2013-09-23 16:36:29 -05:00
parent 3a2b90e1ef
commit ff51ce73b0

View File

@@ -343,7 +343,7 @@ class ReplicationStrategy(object):
elif strategy_class.endswith("LocalStrategy"): elif strategy_class.endswith("LocalStrategy"):
return LocalStrategy() return LocalStrategy()
def make_token_replica_map(token_to_host_owner, ring): def make_token_replica_map(self, token_to_host_owner, ring):
raise NotImplementedError() raise NotImplementedError()
def export_for_schema(self): def export_for_schema(self):