tuple doesn't have reverse() method

master
Yevgen Muntyan 2007-04-27 21:18:39 -05:00
parent 45afac3f6c
commit a24c9ee4f6
1 changed files with 1 additions and 1 deletions

View File

@ -261,7 +261,7 @@ class Manager(object):
self.project_types = _ProjectStore()
self.project_types.add("Simple", SimpleProject)
dirs = moo.utils.get_data_subdirs("projects", moo.utils.DATA_LIB)
dirs = list(moo.utils.get_data_subdirs("projects", moo.utils.DATA_LIB))
dirs = filter(lambda d: os.path.isdir(d), dirs)
dirs.reverse()