From: Alfredo Deza Date: Tue, 20 Jan 2015 14:19:51 +0000 (-0500) Subject: move constant values to a new module X-Git-Tag: v1.2.1~3^2~6 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=f434327a9692e483c21a78c1fa09d00f2d1c1a66;p=radosgw-agent.git move constant values to a new module Signed-off-by: Alfredo Deza --- diff --git a/radosgw_agent/constants.py b/radosgw_agent/constants.py new file mode 100644 index 0000000..0492ff6 --- /dev/null +++ b/radosgw_agent/constants.py @@ -0,0 +1,6 @@ + +RESULT_SUCCESS = 0 +RESULT_ERROR = 1 + +DEFAULT_TIME = '1970-01-01 00:00:00' +