From cff08223baacc938be2edd770dcddbbc2a265622 Mon Sep 17 00:00:00 2001 From: Cole Robinson Date: Tue, 9 Dec 2014 08:22:51 -0500 Subject: util: Move uri_split to its own URISplit class Does what uri_split did, but wraps it all up in an object that makes handling the data easier, and makes it easy to extend. --- virtinst/__init__.py | 1 + 1 file changed, 1 insertion(+) (limited to 'virtinst/__init__.py') diff --git a/virtinst/__init__.py b/virtinst/__init__.py index e4160545..aaf6eeea 100644 --- a/virtinst/__init__.py +++ b/virtinst/__init__.py @@ -36,6 +36,7 @@ stable_defaults = _cliconfig.stable_defaults from . import util from virtinst import support +from virtinst.uri import URISplit from virtinst.osxml import OSXML from virtinst.domainfeatures import DomainFeatures -- cgit v1.2.1