Should work with all python versions. Apparently the import argument list changed for 2.6. But my patch uses the '*args, **kwargs' trick which basically says "i don't care what the arguments are or how many, just put them in a list"
So it's compatible for multiple python versions, particularly since the function doesn't use the arguments, just passes them on to the real import method. -- cannot run gdesklets with python2.6 https://bugs.launchpad.net/bugs/344079 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
