aboutsummaryrefslogtreecommitdiffstats
path: root/lib/dominoRPC/constants.py
diff options
context:
space:
mode:
authorUlas Kozat <ulas.kozat@gmail.com>2016-06-02 09:36:48 -0700
committerUlas Kozat <ulas.kozat@gmail.com>2016-06-02 09:36:48 -0700
commitfd9248da568af0825aee8bdf612b605721c2a24b (patch)
tree7da600aff347e62bc24d00884fd90a4d04e9e834 /lib/dominoRPC/constants.py
parentd79c943631b2d118983e60a04eb88578157d9632 (diff)
removed pyc files, added label and template subscription options to overwrite and delete existing entries
Change-Id: Ic44e6463bbdd4fc8365099d36c0d9df50b1b2249 Signed-off-by: Ulas Kozat <ulas.kozat@gmail.com>
Diffstat (limited to 'lib/dominoRPC/constants.py')
-rw-r--r--lib/dominoRPC/constants.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/dominoRPC/constants.py b/lib/dominoRPC/constants.py
index 57b7c26..bafaf44 100644
--- a/lib/dominoRPC/constants.py
+++ b/lib/dominoRPC/constants.py
@@ -27,3 +27,5 @@ OVERWRITE = 1
DELETE = 2
THRIFT_RPC_TIMEOUT_MS = 1000
+
+str2enum = {"APPEND":APPEND, "OVERWRITE":OVERWRITE, "DELETE":DELETE}