mirror of
https://github.com/Kilian/Trimage.git
synced 2026-01-26 01:58:41 -05:00
some more testing
This commit is contained in:
parent
d6cca21e32
commit
8c0a78d446
1 changed files with 6 additions and 1 deletions
|
|
@ -37,7 +37,12 @@ class StartQT4(QMainWindow):
|
|||
help="directory of images to compress")
|
||||
|
||||
(options, args) = parser.parse_args()
|
||||
print options
|
||||
|
||||
if options.filename:
|
||||
print options
|
||||
|
||||
if options.directory:
|
||||
print options
|
||||
|
||||
def file_drop(self):
|
||||
print "booya"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue