diff options
author | Ulas Kozat <ulas.kozat@gmail.com> | 2016-06-01 16:21:13 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@172.30.200.206> | 2016-06-01 16:21:13 +0000 |
commit | ba0d2a3caab1de4d20ff4f43318d9b24732e33cf (patch) | |
tree | 81d2ad5b11d6b410ef9bdae0cbe183d421d9c99e /lib/dominoCLI/constants.py | |
parent | 70dd36828ef1efca9204c15deacea25bc69a8709 (diff) | |
parent | b1486d4aeb0e37e0cb8fd31110af1e52d9a155fe (diff) |
Merge "refactored codes, added standalone CLI client, option of interactive vs. standalone CLI"
Diffstat (limited to 'lib/dominoCLI/constants.py')
-rw-r--r-- | lib/dominoCLI/constants.py | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/lib/dominoCLI/constants.py b/lib/dominoCLI/constants.py new file mode 100644 index 0000000..4a6492b --- /dev/null +++ b/lib/dominoCLI/constants.py @@ -0,0 +1,11 @@ +# +# Autogenerated by Thrift Compiler (0.9.3) +# +# DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING +# +# options string: py +# + +from thrift.Thrift import TType, TMessageType, TException, TApplicationException +from ttypes import * + |