]> git-server-git.apps.pok.os.sepia.ceph.com Git - radosgw-agent.git/commitdiff
move constant values to a new module
authorAlfredo Deza <adeza@redhat.com>
Tue, 20 Jan 2015 14:19:51 +0000 (09:19 -0500)
committerAlfredo Deza <adeza@redhat.com>
Wed, 28 Jan 2015 18:41:45 +0000 (13:41 -0500)
Signed-off-by: Alfredo Deza <adeza@redhat.com>
radosgw_agent/constants.py [new file with mode: 0644]

diff --git a/radosgw_agent/constants.py b/radosgw_agent/constants.py
new file mode 100644 (file)
index 0000000..0492ff6
--- /dev/null
@@ -0,0 +1,6 @@
+
+RESULT_SUCCESS = 0
+RESULT_ERROR = 1
+
+DEFAULT_TIME = '1970-01-01 00:00:00'
+