cc-4105: refactored a few routines, added more comments

This commit is contained in:
Rudi Grinberg 2012-07-25 15:13:04 -04:00
parent b3fea71916
commit 6214ac961d
6 changed files with 30 additions and 30 deletions

View file

@ -37,6 +37,6 @@ class SyncDB(Loggable):
"""
returns all the files given some dir_id. this method is here for "symmetry". it's not actually used anywhere
"""
return self.directory_get_files(self.id_get_files[dir_id])
return self.directory_get_files(self.id_lookup[dir_id])