mirror of
https://github.com/kennethreitz-archive/bpython-gist.git
synced 2026-06-05 23:50:18 +00:00
dksaldasd
This commit is contained in:
@@ -398,7 +398,6 @@ class Repl:
|
||||
items_t = items[:]
|
||||
items = items_t[:1]
|
||||
while len(items) != len(items_t):
|
||||
DEBUG( str(opth) + ':' + str(max_h) )
|
||||
trunc = True
|
||||
wl, l, optw, opth = calc_lsize( 0.6 ) # bllllaaarrgghhh
|
||||
items.append( items_t[ len(items) -1 ] )
|
||||
|
||||
Reference in New Issue
Block a user