Browse Source

tmsp_cli -> tmsp-cli

pull/1780/head
Ethan Buchman 9 years ago
parent
commit
dc75b71f55
2 changed files with 1 additions and 0 deletions
  1. +0
    -0
      cmd/tmsp-cli/tmsp_cli.go
  2. +1
    -0
      example/python/app.py

cmd/tmsp_cli/tmsp_cli.go → cmd/tmsp-cli/tmsp_cli.go View File


+ 1
- 0
example/python/app.py View File

@ -56,6 +56,7 @@ class CounterAppContext():
return str(h), 0
def commit(self):
self.commitCount += 1
return 0
def rollback(self):


Loading…
Cancel
Save