Skip to content

Commit

Permalink
[FSBLUpdater] Fix ModuleNotFoundError: No module named 'distutils'
Browse files Browse the repository at this point in the history
  • Loading branch information
fairbird committed Jan 21, 2024
1 parent 14c2ea8 commit 73f8dae
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from Screens.MessageBox import MessageBox

import hashlib
from distutils import spawn
from setuptools._distutils import spawn


class FSBLCheckerBase:
Expand Down

0 comments on commit 73f8dae

Please sign in to comment.