fix etags

--HG--
branch : pmacs2
This commit is contained in:
Erik Osheim 2013-04-05 23:00:04 -04:00
parent 86ea8ad835
commit c3d14ee686
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ class TagManager(object):
return name in self.db.tags
def get(self, name):
return self.db.get(name, [])
return self.db.get(name)
def list(self):
return self.db.records