Tweak code documentation

Minor comment changes

Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
This commit is contained in:
Sebastian Spaeth
2012-01-19 11:54:16 +01:00
parent d3c693be7d
commit de1e03b065
2 changed files with 5 additions and 2 deletions

View File

@ -126,6 +126,7 @@ class BaseFolder(object):
return True
def _getuidfilename(self):
"""provides UIDVALIDITY cache filename for class internal purposes"""
return os.path.join(self.repository.getuiddir(),
self.getfolderbasename())