| # | Line 1 | Line 1 | |
|---|---|---|
| 1 | ## Test registry script. Because this code changes a unicode string in place Py2exe will prolly have to | |
| 2 | ## be compliled with the --packages=encodings flag. | |
| 3 | ||
| 4 | < | from _winreg import * |
| 4 | > | from winreg import * |
| 5 | #import _winreg | |
| 6 | ||
| 7 | ## EBorges | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |