mutable WIP: oops, fix test_mutable

This commit is contained in:
Brian Warner 2008-04-16 18:06:54 -07:00
parent f35f20e10b
commit 842b1f1a70

View File

@ -166,6 +166,8 @@ class FakeClient:
def notify_retrieve(self, r): def notify_retrieve(self, r):
pass pass
def notify_publish(self, p):
pass
def create_node_from_uri(self, u): def create_node_from_uri(self, u):
u = IURI(u) u = IURI(u)