Skip to content

Commit 1451c2c

Browse files
committed
Fix another occurrence of events.RefreshRequestEvent
Signed-off-by: Sebastian Ramacher <sebastian+dev@ramacher.at>
1 parent 9302ebd commit 1451c2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bpython/curtsiesfrontend/repl.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1286,7 +1286,7 @@ def dumb_input(self, requested_refreshes=[]):
12861286
while chars or requested_refreshes:
12871287
if requested_refreshes:
12881288
requested_refreshes.pop()
1289-
self.process_event(events.RefreshRequestEvent())
1289+
self.process_event(bpythonevents.RefreshRequestEvent())
12901290
continue
12911291
c = chars.pop(0)
12921292
if c in '/':

0 commit comments

Comments
 (0)