mirror of
https://github.com/Kilian/Trimage.git
synced 2026-01-26 01:58:41 -05:00
comment out import trimage
This commit is contained in:
parent
6e1bf4138c
commit
457e3cf6a7
2 changed files with 2 additions and 3 deletions
|
|
@ -5,7 +5,6 @@ from PyQt4.QtCore import *
|
|||
from PyQt4.QtGui import *
|
||||
from hurry.filesize import *
|
||||
from optparse import OptionParser
|
||||
|
||||
from ui import Ui_trimage
|
||||
|
||||
DEBUG = True
|
||||
|
|
|
|||
2
ui.py
2
ui.py
|
|
@ -9,7 +9,7 @@
|
|||
|
||||
from PyQt4 import QtCore, QtGui
|
||||
from PyQt4.QtCore import QUrl, QString
|
||||
import trimage
|
||||
#import trimage
|
||||
|
||||
|
||||
class TrimageTableView(QtGui.QTableView):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue