From 467339e905aa118c7b3d353fab7e9f16c410dfc4 Mon Sep 17 00:00:00 2001 From: enkore Date: Wed, 23 Oct 2013 21:36:12 +0200 Subject: [PATCH] Remove __repr__ from Module --- i3pystatus/core/modules.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/i3pystatus/core/modules.py b/i3pystatus/core/modules.py index 3e36f9c..ada2cbf 100644 --- a/i3pystatus/core/modules.py +++ b/i3pystatus/core/modules.py @@ -37,9 +37,6 @@ class Module(SettingsBase): def on_rightclick(self): pass - def __repr__(self): - return self.__class__.__name__ - class IntervalModule(Module): interval = 5 # seconds