#!/usr/bin/python
# -*- coding: UTF-8 -*-

import sys
sys.path.append("/usr/share/thawab")
from Thawab.gtkUi import onlyterminal
onlyterminal()

