comment out import trimage

This commit is contained in:
Kilian Valkhof 2010-02-02 19:58:01 +01:00
parent 6e1bf4138c
commit 457e3cf6a7
2 changed files with 2 additions and 3 deletions

View file

@ -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

4
ui.py
View file

@ -9,7 +9,7 @@
from PyQt4 import QtCore, QtGui
from PyQt4.QtCore import QUrl, QString
import trimage
#import trimage
class TrimageTableView(QtGui.QTableView):
@ -26,7 +26,7 @@ class TrimageTableView(QtGui.QTableView):
if trimage.DEBUG:
print("Rejecting event: %s" % list(event.mimeData().formats()))
event.ignore()
def dragMoveEvent(self, event):
event.accept()