mirror of
https://github.com/python/cpython.git
synced 2025-08-31 05:58:33 +00:00
Got rid of macfs and FSSpecs in general (pathnames or FSRefs are now
used everywhere).
This commit is contained in:
parent
85233bf746
commit
e7ee17c58e
9 changed files with 55 additions and 68 deletions
|
@ -83,7 +83,6 @@ def main():
|
|||
stats = pstats.Stats(i)
|
||||
browser = ProfileBrowser(stats)
|
||||
else:
|
||||
import macfs
|
||||
filename = EasyDialogs.AskFileForOpen(message='Profiler data')
|
||||
if not filename: sys.exit(0)
|
||||
stats = pstats.Stats(filename)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue