python-awips/dynamicserialize/dstypes/com
ucar-tmeyer c4432a94c0 Remove pwd import so notebooks will run on Windows
When running the notebooks on windows, you get a ModuleNotFoundError: No module named 'pwd'

The code is attempting to import pwd, which is not a module available on Windows systems. The pwd module is specific to Unix-based systems (like Linux and macOS) for user and password management, so we removed it from the following files:

dynamicserialize/dstypes/com/raytheon/uf/common/message/WsId.py
dynamicserialize/dstypes/com/raytheon/uf/common/auth/user/UserId.py
2025-02-12 09:02:11 -07:00
..
raytheon Remove pwd import so notebooks will run on Windows 2025-02-12 09:02:11 -07:00
__init__.py First pass at upgrading for v23.4.1 of AWIPS 2024-04-01 13:25:43 -06:00