File diff f2b9decf2752 → c10b6ec72e06
bin/gtkclient
Show inline comments
 
new file 100755
 
#! /usr/bin/env python3
 
import sys
 

	
 
sys.path.append('./')
 

	
 
from accounting.gtkclient import main
 

	
 
if __name__ == '__main__':
 
    sys.exit(main())