better error messages, update todo

This commit is contained in:
Kilian Valkhof 2010-02-06 16:30:03 +01:00
parent 24557b580f
commit d345f05cdb
3 changed files with 4 additions and 10 deletions

3
ui.py
View file

@ -2,9 +2,6 @@ from PyQt4.QtCore import *
from PyQt4.QtGui import *
DEBUG = False
class TrimageTableView(QTableView):
"""Init the table drop event."""
def __init__(self, parent=None):