File: thawab-gtk

package info (click to toggle)
thawab 3.0.13-1
  • links: PTS, VCS
  • area: non-free
  • in suites: wheezy
  • size: 1,080 kB
  • sloc: python: 3,147; makefile: 53; sh: 33
file content (6 lines) | stat: -rwxr-xr-x 128 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
#! /usr/bin/python
# -*- coding: UTF-8 -*-
import sys
sys.path.append("/usr/share/thawab")
from Thawab.gtkUi import main
main()