remove pywin32 error msg

This commit is contained in:
0xDEADFED5 2025-01-25 21:38:45 -08:00 committed by GitHub
parent 10146449b7
commit 42f59dae63
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -258,14 +258,6 @@ ERROR_DATABASE = """
to initialize/update the database according to your settings.
"""
ERROR_WINDOWS_WIN32API = """
ERROR: Unable to import win32api, which Twisted requires to run.
You may download it with pip in your Python environment:
pip install --upgrade pywin32
"""
CMDLINE_HELP = """Starts, initializes, manages and operates the Evennia MU* server.
Most standard django management commands are also accepted."""