38
38
from ubuntu_sso.main import (CredentialsManagementRoot, SSOLoginRoot,
39
39
SSOCredentialsRoot, except_to_errdict)
41
42
logger = setup_logging("ubuntu_sso.main.windows")
42
43
NAMED_PIPE_URL = '\\\\.\\pipe\\ubuntu_sso\\%s'
43
44
U1_REG_PATH = r'Software\\Ubuntu One'
44
45
SSO_INSTALL_PATH = 'SSOInstallPath'
46
48
def remote_handler(handler):
47
49
"""Execute a callback in a remote object."""