From 5b27847adbf2684326a38202e32ecbb36d57a28f Mon Sep 17 00:00:00 2001 From: Chris Lumens Date: Tue, 30 Oct 2007 15:41:14 +0000 Subject: Fix various typos that were causing exceptions. --- vnc.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'vnc.py') diff --git a/vnc.py b/vnc.py index 463a9e229..87e2fb0f3 100644 --- a/vnc.py +++ b/vnc.py @@ -196,13 +196,12 @@ class VncServer: We dont really have to do anything for the server to listen :) """ - if self.connxinfo != None: + if self.connxinfo != None: self.log.info(_("Please manually connect your vnc client to %s to begin the install.") % (self.connxinfo,)) else: self.log.info(_("Please manually connect your vnc client to begin the install.")) def startServer(self, vncStartedCB=None): - log.error("Im just testing somenhitng:) self.log.info(_("Starting VNC...")) # Lets call it from here for now. -- cgit