summaryrefslogtreecommitdiffstats
path: root/Mac/Tools/IDE/ProfileBrowser.py
diff options
context:
space:
mode:
Diffstat (limited to 'Mac/Tools/IDE/ProfileBrowser.py')
-rw-r--r--Mac/Tools/IDE/ProfileBrowser.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/Mac/Tools/IDE/ProfileBrowser.py b/Mac/Tools/IDE/ProfileBrowser.py
index c7a81cc..a19641c 100644
--- a/Mac/Tools/IDE/ProfileBrowser.py
+++ b/Mac/Tools/IDE/ProfileBrowser.py
@@ -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)