From d80de14cdd22cedf6821d123165beda4d80ff91e Mon Sep 17 00:00:00 2001 From: Peng Wu Date: Fri, 15 Jul 2011 17:13:00 +0800 Subject: re-design epochs --- lib/utils.py | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'lib/utils.py') diff --git a/lib/utils.py b/lib/utils.py index 156fbaf..9024c7e 100644 --- a/lib/utils.py +++ b/lib/utils.py @@ -28,6 +28,12 @@ def store_status(outfile, obj): write_file(outfile, json.dumps(obj)) return +def check_epoch(obj, passname): + pass + +def sign_epoch(obj, passname): + pass + #test case if __name__ == '__main__': obj = load_status('/tmp/test.status') -- cgit