Last cleanup prior to merging with changes in proteanforge

This commit is contained in:
Rod A Santiago 2016-09-13 17:46:39 -07:00
parent 7991cba55e
commit 65803f9334
2 changed files with 1 additions and 1 deletions

View file

@ -1250,6 +1250,7 @@ class SessionMetaData(ConfigurableManager):
except KeyError:
pass
return None
def items(self):
return self.configs.iteritems()