diff options
author | hut <hut@lavabit.com> | 2009-12-31 03:40:08 +0100 |
---|---|---|
committer | hut <hut@lavabit.com> | 2009-12-31 03:40:08 +0100 |
commit | a6791aeef4c62960563882796d993873febe7b9c (patch) | |
tree | 33f5d9f01607b0795641960436c03160cc232201 /test/tc_ui.py | |
parent | cd603ff4d0573c407c82f40cba9a164f7373585d (diff) | |
download | ranger-a6791aeef4c62960563882796d993873febe7b9c.tar.gz |
added documentation, clean up
Diffstat (limited to 'test/tc_ui.py')
-rw-r--r-- | test/tc_ui.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/tc_ui.py b/test/tc_ui.py index f509ff36..eb503c5d 100644 --- a/test/tc_ui.py +++ b/test/tc_ui.py @@ -17,7 +17,7 @@ class Test(unittest.TestCase): def fakesetup(): self.ui.widget = Fake() - self.ui.add_obj(self.ui.widget) + self.ui.add_child(self.ui.widget) self.ui.setup = fakesetup self.ui.initialize() |