Code review comment for lp:~brian.curtin/ubuntu-sso-client/py3-winreg

Revision history for this message
dobey (dobey) wrote :

I think in these try/except import cases, we should be trying to import the new thing, and only importing the old one if it fails. Doing this also makes it clear by looking at the code, which one is the old one (the fallback).

« Back to merge proposal