Changeset 99875 in vbox for trunk/src/VBox/ValidationKit/testmanager/webui
- Timestamp:
- May 20, 2023 12:57:37 AM (21 months ago)
- svn:sync-xref-src-repo-rev:
- 157516
- Location:
- trunk/src/VBox/ValidationKit/testmanager/webui
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/testmanager/webui/wuiadmin.py
r98103 r99875 41 41 42 42 # Standard python imports. 43 import cgitb; 43 import cgitb; # pylint: disable=deprecated-module ## @todo these will be retired in python 3.13! 44 44 import sys; 45 45 -
trunk/src/VBox/ValidationKit/testmanager/webui/wuibase.py
r98103 r99875 949 949 sRedirAction is what action to redirect to on success. 950 950 """ 951 import cgitb; 951 import cgitb; # pylint: disable=deprecated-module ## @todo these will be retired in python 3.13! 952 952 953 953 idEntry = self.getIntParam(sParamId, iMin = 1, iMax = 0x7ffffffe)
Note:
See TracChangeset
for help on using the changeset viewer.