Skip to content

Commit

Permalink
Remove imp from the standard library list in Package Gatherer
Browse files Browse the repository at this point in the history
  • Loading branch information
krzywon committed Feb 10, 2024
1 parent 29e10b0 commit 20a8d33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sas/qtgui/MainWindow/PackageGatherer.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ def get_imported_packages(self):
'dis', 'distutils', 'doctest', 'email', 'encodings', 'ensurepip', 'enum', 'filecmp',
'fileinput', 'fnmatch', 'formatter', 'fractions', 'ftplib', 'functools', 'genericpath',
'getopt', 'getpass', 'gettext', 'glob', 'graphlib', 'gzip', 'hashlib', 'heapq', 'hmac',
'html', 'http', 'idlelib', 'imaplib', 'imghdr', 'imp', 'importlib', 'inspect', 'io',
'html', 'http', 'idlelib', 'imaplib', 'imghdr', 'importlib', 'inspect', 'io',
'ipaddress', 'json', 'keyword', 'lib2to3', 'linecache', 'locale', 'logging', 'lzma',
'mailbox', 'mailcap', 'mimetypes', 'modulefinder', 'msilib', 'multiprocessing', 'netrc',
'nntplib', 'ntpath', 'nturl2path', 'numbers', 'opcode', 'operator', 'optparse', 'os',
Expand Down

0 comments on commit 20a8d33

Please sign in to comment.