We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 685738c commit 9a619c7Copy full SHA for 9a619c7
wscdc.py
@@ -18,7 +18,7 @@
18
__author__ = "Mariano Reingart ([email protected])"
19
__copyright__ = "Copyright (C) 2013-2015 Mariano Reingart"
20
__license__ = "GPL 3.0"
21
-__version__ = "1.02c"
+__version__ = "1.02d"
22
23
import sys, os, time
24
from ConfigParser import SafeConfigParser
@@ -83,7 +83,7 @@ class WSCDC(BaseWS):
83
]
84
_readonly_attrs_ = _public_attrs_[3:-1]
85
_reg_progid_ = "WSCDC"
86
- _reg_clsid_ = "{6206DF5E-3EEF-47E9-A532-CD81EBBAF3AA}"
+ _reg_clsid_ = "{D1B97BDD-A78C-4D51-8999-1D9A5034EC10}"
87
88
# Variables globales para BaseWS:
89
HOMO = HOMO
0 commit comments