Added ./bin/gtkclient
This commit is contained in:
parent
f2b9decf27
commit
c10b6ec72e
1 changed files with 9 additions and 0 deletions
9
bin/gtkclient
Executable file
9
bin/gtkclient
Executable file
|
@ -0,0 +1,9 @@
|
|||
#! /usr/bin/env python3
|
||||
import sys
|
||||
|
||||
sys.path.append('./')
|
||||
|
||||
from accounting.gtkclient import main
|
||||
|
||||
if __name__ == '__main__':
|
||||
sys.exit(main())
|
Loading…
Reference in a new issue