connect_to_uri is not a public method.

connect_to_uri is only called from engine.py.
This commit is contained in:
Leonardo Garcia 2013-05-29 18:25:11 -03:00 committed by Cole Robinson
parent 2274e233e0
commit efd5401378

View File

@ -435,7 +435,6 @@ class vmmEngine(vmmGObject):
def connect_to_uri(self, uri, autoconnect=None, do_start=True):
# Public method called from virt-manager.py
try:
conn = self.add_conn_to_ui(uri)