mirror of
https://github.com/Kilian/Trimage.git
synced 2026-01-26 10:08:40 -05:00
Don't need "(object)" for classes in Python3
This commit is contained in:
parent
59b3d8c94d
commit
3a19f3cef8
1 changed files with 1 additions and 1 deletions
|
|
@ -30,7 +30,7 @@ class TrimageTableView(QTableView):
|
||||||
self.drop_event_signal.emit(filelist)
|
self.drop_event_signal.emit(filelist)
|
||||||
|
|
||||||
|
|
||||||
class Ui_trimage(object):
|
class Ui_trimage():
|
||||||
def get_image(self, image):
|
def get_image(self, image):
|
||||||
""" Get the correct link to the images used in the UI """
|
""" Get the correct link to the images used in the UI """
|
||||||
imagelink = path.join(path.dirname(path.dirname(path.realpath(__file__))), "trimage/" + image)
|
imagelink = path.join(path.dirname(path.dirname(path.realpath(__file__))), "trimage/" + image)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue