1
0
mirror of https://github.com/arsenetar/dupeguru.git synced 2026-01-22 22:51:39 +00:00

Converted stats_label to objp.

--HG--
branch : objp
This commit is contained in:
Virgil Dupras
2012-01-11 15:14:59 -05:00
parent a7eeb7db89
commit 0c7d73854d
10 changed files with 82 additions and 30 deletions

View File

@@ -1,5 +1,6 @@
from cocoa.inter import PyGUIObject
from cocoa.inter2 import PyGUIObject
class PyStatsLabel(PyGUIObject):
def display(self):
return self.py.display
def display(self) -> str:
return self.model.display