Refactoring from patronicli to patronictl

This commit is contained in:
Feike Steenbergen
2015-11-13 12:55:38 +01:00
parent 92b23a2018
commit dcb5113f9d
4 changed files with 32 additions and 25 deletions
Executable
+5
View File
@@ -0,0 +1,5 @@
#!/usr/bin/env python
from patroni.ctl import ctl
if __name__ == '__main__':
ctl()