aboutsummaryrefslogtreecommitdiff
path: root/unixreg/constants.py
diff options
context:
space:
mode:
Diffstat (limited to 'unixreg/constants.py')
-rw-r--r--unixreg/constants.py14
1 files changed, 7 insertions, 7 deletions
diff --git a/unixreg/constants.py b/unixreg/constants.py
index b073707..4a1e4b9 100644
--- a/unixreg/constants.py
+++ b/unixreg/constants.py
@@ -1,11 +1,11 @@
# HKEY_*
-HKEY_CLASSES_ROOT = 1
-HKEY_CURRENT_USER = 2
-HKEY_LOCAL_MACHINE = 3
-HKEY_USERS = 4
-HKEY_PERFORMANCE_DATA = 5
-HKEY_CURRENT_CONFIG = 6
-HKEY_DYN_DATA = 7
+HKEY_CLASSES_ROOT = "HKEY_CLASSES_ROOT"
+HKEY_CURRENT_USER = "HKEY_CURRENT_USER"
+HKEY_LOCAL_MACHINE = "HKEY_LOCAL_MACHINE"
+HKEY_USERS = "HKEY_USERS"
+HKEY_PERFORMANCE_DATA = "HKEY_PERFORMANCE_DATA"
+HKEY_CURRENT_CONFIG = "HKEY_CURRENT_CONFIG"
+HKEY_DYN_DATA = "HKEY_DYN_DATA"
# https://docs.microsoft.com/en-us/windows/win32/secauthz/standard-access-rights
STANDARD_RIGHTS_REQUIRED = 1