Funktionierender Prototyp des Serious Games zur Vermittlung von Wissen zu Software-Engineering-Arbeitsmodellen.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

win2kras.py 334B

1234567
  1. # win2kras used to be an extension module with wrapped the "new" RAS functions
  2. # in Windows 2000, so win32ras could still be used on NT/etc.
  3. # I think in 2021 we can be confident pywin32 is not used on earlier OSs, so
  4. # that functionality is now in win32ras.
  5. #
  6. # This exists just to avoid breaking old scripts.
  7. from win32ras import *