import os

This commit is contained in:
Christopher Roy Bratusek 2012-11-19 23:00:31 +01:00
parent 7cf09f792c
commit b307b49495

View File

@ -1,6 +1,6 @@
#!/usr/bin/env python
#coding=utf-8
import sys
import sys, os
from optparse import OptionParser
from optparse import Option, OptionValueError
from PyQt4.QtGui import QApplication