On Fri, Mar 21, 2008 at 7:26 AM, <[EMAIL PROTECTED]> wrote:
> - if version.lower() == (svn, 'cvs') :
> + if version.lower() == ('svn', 'cvs') :I think this should be: + if version.lower() in ['svn', 'cvs'] : -- Andre Detsch _______________________________________________ gobolinux-devel mailing list [email protected] http://lists.gobolinux.org/mailman/listinfo/gobolinux-devel
