From 3b9bff2ef1826987d95815ff03c235052cea9aae Mon Sep 17 00:00:00 2001 From: mike Date: Sat, 17 Oct 2009 17:47:58 +0000 Subject: LP 439980 : Code review changes : renamed is_identical to __eq__, relaxed action insertion constraints, added fixed meta-props for addons --- (limited to 'tutorius/store.py') diff --git a/tutorius/store.py b/tutorius/store.py index d66bb81..480c81b 100644 --- a/tutorius/store.py +++ b/tutorius/store.py @@ -91,8 +91,6 @@ class StoreProxy(object): state. After a successful logon, the operation requiring a login will be successful. - @param username - @param password @return True if the login was successful, False otherwise """ raise NotImplementedError("login() not implemented yet") -- cgit v0.9.1