Hi,
On Fri, Aug 22, 2008, Mitsutaka wrote:
> - # FIXME: This is here for backwards compatibility, I would think that
> - # after Jun-2008, we can delete this list
> if os.path.exists(os.path.join(self.path, 'projects')):
> old_directories = [ os.path.join(self.path, 'projects', x) for x
> in os.listdir(os.path.join(self.path, 'projects')) ]
> directories.extend(old_directories)
The point of the comment was to remind that the "if
os.path.exists(os.path.join(self.path, 'projects')):" block to support
the old directories could be dropped after June 2008. You only dropped
the comment, but you can also drop the 3 lines of code quoted above!
Thanks,
--
Loïc Minier
_______________________________________________
dev mailing list
[email protected]
https://www.moblin.org/mailman/listinfo/dev