install trimage as module

This commit is contained in:
Kilian Valkhof 2010-03-23 15:23:50 +01:00
parent 6a00b2e25c
commit d79a5c498b
3 changed files with 2 additions and 7 deletions

1
ui.py
View file

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