Skip to content

Commit

Permalink
Remove considerations for PyChecker (never updated to Python 3) (#2412)
Browse files Browse the repository at this point in the history
  • Loading branch information
Avasam authored Dec 13, 2024
1 parent 6d02f6c commit 85eae87
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 866 deletions.
2 changes: 1 addition & 1 deletion Pythonwin/pywin/framework/intpyapp.py
Original file line number Diff line number Diff line change
Expand Up @@ -373,7 +373,7 @@ def LoadSystemModules(self):
def LoadUserModules(self, moduleNames=None):
# Load the users modules.
if moduleNames is None:
default = "pywin.framework.sgrepmdi,pywin.framework.mdi_pychecker"
default = "pywin.framework.sgrepmdi"
moduleNames = win32ui.GetProfileVal("Python", "Startup Modules", default)
self.DoLoadModules(moduleNames)

Expand Down
Loading

0 comments on commit 85eae87

Please sign in to comment.