You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Pythonwin/pywin/framework/editor/__init__.py
+35-31Lines changed: 35 additions & 31 deletions
Original file line number
Diff line number
Diff line change
@@ -29,37 +29,41 @@
29
29
defLoadDefaultEditor():
30
30
pass
31
31
32
-
33
-
## prefModule = GetDefaultEditorModuleName()
34
-
## restorePrefModule = None
35
-
## mod = None
36
-
## if prefModule:
37
-
## try:
38
-
## mod = __import__(prefModule)
39
-
## except 'xx':
40
-
## msg = "Importing your preferred editor ('%s') failed.\n\nError %s: %s\n\nAn attempt will be made to load the default editor.\n\nWould you like this editor disabled in the future?" % (prefModule, sys.exc_info()[0], sys.exc_info()[1])
0 commit comments