some more testing

This commit is contained in:
Kilian Valkhof 2010-02-02 19:02:18 +01:00
parent d6cca21e32
commit 8c0a78d446

View file

@ -37,6 +37,11 @@ class StartQT4(QMainWindow):
help="directory of images to compress")
(options, args) = parser.parse_args()
if options.filename:
print options
if options.directory:
print options
def file_drop(self):