diff options
author | Ulas Kozat <ulas.kozat@gmail.com> | 2016-05-27 23:26:54 -0700 |
---|---|---|
committer | Ulas Kozat <ulas.kozat@gmail.com> | 2016-05-27 23:26:54 -0700 |
commit | b1486d4aeb0e37e0cb8fd31110af1e52d9a155fe (patch) | |
tree | 72023b56eff903a4681e4ca74bd02f28f83e7dfb /lib/dominoCLI/constants.py | |
parent | 4435444272ac1849ef3a2dc3dca7931fabfd98cb (diff) |
refactored codes, added standalone CLI client, option of interactive vs. standalone CLI
Change-Id: I262aaf4f5908c0d9b7eae87699c49ba385437589
Signed-off-by: Ulas Kozat <ulas.kozat@gmail.com>
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 * + |