#!/usr/bin/env python2.5
# -*- coding: utf-8 -*-
from mainwindow import pysafe
if __name__ == "__main__":
  pysafe()
