aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJan200101 <sentrycraft123@gmail.com>2021-11-12 20:36:24 +0100
committerJan200101 <sentrycraft123@gmail.com>2021-11-12 20:36:24 +0100
commit3cdc601d9cf56c5ffac428b7500116a867f4cd15 (patch)
treefec0935036594b96ecef7da18911971a3bef7fea /README.md
parent96d535cf9a88032c8b73b3839fcddab41efbc90f (diff)
downloadunixreg-3cdc601d9cf56c5ffac428b7500116a867f4cd15.tar.gz
unixreg-3cdc601d9cf56c5ffac428b7500116a867f4cd15.zip
implement basic functionality far enough to be useful
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 287214a..a8c167c 100644
--- a/README.md
+++ b/README.md
@@ -10,9 +10,9 @@ Update your winreg imports with this
```py
try:
- import winreg
+ import winreg
except ImportError:
- import unixreg as winreg
+ import unixreg as winreg
```
simply importing unixreg should be enough though, winreg is imported if found