FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Forgot to remove some old code in commit b6bacd19248d. · di/bpython@8251d47 · GitHub

/ bpython Public
forked from bpython/bpython

Commit 8251d47

Browse files
committed
Forgot to remove some old code in commit b6bacd19248d.
1 parent bb7bce8 commit 8251d47

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

‎bpython/formatter.py‎

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -101,13 +101,6 @@ def __init__(self, color_scheme, **options):
101101

102102
def format(self, tokensource, outfile):
103103
o = ''
104-
105-
try:
106-
curses.curs_set(1)
107-
except curses.error:
108-
# We are in a sucky terminal emulator that does not support it.
109-
pass
110-
111104
for token, text in tokensource:
112105
if text == '\n':
113106
continue

0 commit comments

Comments
 (0)

Back | FazBrowse Home | New Git URL