mirror of
https://github.com/Kilian/Trimage.git
synced 2026-01-26 01:58:41 -05:00
add license, clean up todo
This commit is contained in:
parent
d7cd915655
commit
60ae6da83a
3 changed files with 26 additions and 26 deletions
|
|
@ -3,10 +3,12 @@ from os import system
|
|||
from os import listdir
|
||||
from os import path
|
||||
from subprocess import *
|
||||
from optparse import OptionParser
|
||||
|
||||
from PyQt4.QtCore import *
|
||||
from PyQt4.QtGui import *
|
||||
from hurry.filesize import *
|
||||
from optparse import OptionParser
|
||||
|
||||
from ui import Ui_trimage
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue