changeset 8816 | fe321c0f6d13 |
parent 8562 | 0d2fb4604265 |
child 8930 | 6a02be304486 |
--- a/devtools/fake.py Wed Mar 27 16:42:18 2013 +0100 +++ b/devtools/fake.py Wed Mar 27 16:43:34 2013 +0100 @@ -163,10 +163,6 @@ # for use with enabled_security context manager read_security = write_security = True - def init_security(self, *args): - return None, None - def reset_security(self, *args): - return class FakeRepo(object): querier = None