mirror of
https://github.com/python/cpython.git
synced 2025-09-12 11:46:52 +00:00
a whole bunch of OSX tweaks
This commit is contained in:
parent
ebbd14d7c2
commit
f376ef0996
10 changed files with 107 additions and 71 deletions
|
@ -681,7 +681,6 @@ class BreakpointsViewer:
|
|||
|
||||
def __init__(self, debugger):
|
||||
self.debugger = debugger
|
||||
import Lists
|
||||
self.w = W.Window((300, 250), 'Breakpoints', minsize = (200, 200))
|
||||
self.w.panes = W.HorizontalPanes((8, 8, -8, -32), (0.3, 0.7))
|
||||
self.w.panes.files = W.List(None, callback = self.filehit) #, flags = Lists.lOnlyOne)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue