ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/ns_dev/Python/NinoCode/Tool_Box/RegistryEdit.py
(Generate patch)

Comparing Python/NinoCode/Tool_Box/RegistryEdit.py (file contents):
Revision 743 by ninoborges, Sat May 5 04:21:19 2012 UTC vs.
Revision 744 by nino.borges, Tue Apr 13 21:40:41 2021 UTC

# 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

Diff Legend

Removed lines
+ Added lines
< Changed lines (old)
> Changed lines (new)