summaryrefslogtreecommitdiff
path: root/ttystatus/pathname.py
diff options
context:
space:
mode:
Diffstat (limited to 'ttystatus/pathname.py')
-rw-r--r--ttystatus/pathname.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ttystatus/pathname.py b/ttystatus/pathname.py
index a8b8253..0ecf4a7 100644
--- a/ttystatus/pathname.py
+++ b/ttystatus/pathname.py
@@ -29,7 +29,7 @@ class Pathname(ttystatus.Widget):
self._key = key
self.pathname = ''
- def __str__(self):
+ def render(self):
return self.pathname
def update(self, master):