> sys.path[0:0] = list(set(self._get_python_path(arg) for arg in args if 
> os.path.isfile(arg)))
> sys.path.insert(0, os.getcwd())

Oops, had a "not" lurking in that gen expr that doesn't belong there.
_______________________________________________
Python-Projects mailing list
[email protected]
http://lists.logilab.org/mailman/listinfo/python-projects

Reply via email to