1
0
kopia lustrzana https://github.com/arsenetar/dupeguru.git synced 2025-07-05 15:03:20 +00:00
dupeguru/cocoa/inter/stats_label.py
Virgil Dupras 01f1e5e46e Moved hscommon.cocoa to cocoalib.
--HG--
branch : objp
2012-01-05 16:57:31 -05:00

10 wiersze
200 B
Python

from cocoa.inter import PyGUIObject
from core.gui.stats_label import StatsLabel
class PyStatsLabel(PyGUIObject):
py_class = StatsLabel
def display(self):
return self.py.display