~edubuntu-italc-devel/italc/italc-jaunty

« back to all changes in this revision

Viewing changes to debian/italc-launcher

  • Committer: Stéphane Graber
  • Date: 2009-02-16 04:23:07 UTC
  • Revision ID: stgraber@ubuntu.com-20090216042307-k5wvf5pwjo5wgskp
Fix typo

Show diffs side-by-side

added added

removed removed

Lines of Context:
82
82
                line=line.strip()
83
83
                if line and not line.startswith("CLASSROOM"):
84
84
                        ip,mac,username=line.split(",")
85
 
                        hosts.append([ip+":5900",0,username)
 
85
                        hosts.append([ip+":5900",0,username])
86
86
        return hosts
87
87
 
88
88
def getAvahiHosts():