Skip to content

Commit 435397a

Browse files
remove outdated replpainter __main__ example
--HG-- branch : scroll-frontend
1 parent 863d7e4 commit 435397a

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

bpython/scrollfrontend/replpainter.py

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -79,13 +79,3 @@ def paint_infobox(rows, columns, matches, argspec, match, docstring, config):
7979
def paint_statusbar(rows, columns, msg, config):
8080
return fsarray([func_for_letter(config.color_scheme['main'])(msg.ljust(columns))])
8181

82-
if __name__ == '__main__':
83-
#paint_history(10, 30, ['asdf', 'adsf', 'aadadfadf']).dumb_display()
84-
import inspect
85-
h = paint_infobox(10, 30,
86-
matches=['asdf', 'adsf', 'aadadfadf'],
87-
argspec=inspect.getargspec(paint_infobox),
88-
match='asdf',
89-
docstring='Something Interesting',
90-
config=None)
91-
h.dumb_display()

0 commit comments

Comments
 (0)