I made a few small changes before the merge: namely, protecting the USC database module import with a try/exception block and raising a VendorError, as otherwise, the import was executed and it would have raised an ImportError exception if not available in a given platform other than Ubuntu.
Merged, thanks!
I made a few small changes before the merge: namely, protecting the USC database module import with a try/exception block and raising a VendorError, as otherwise, the import was executed and it would have raised an ImportError exception if not available in a given platform other than Ubuntu.