X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=t%2Fmoe%2Fstatus.py;h=3d72db476de48df25caf8c566cb1f14a429f922d;hb=204f84eafd2659dd82b06feb7d182d4a15a44237;hp=936659e6408a907650d8aea60887e6ec5ded5370;hpb=919b5d82c3dfeeec89ecb753d64c703b83c6f156;p=moe.git diff --git a/t/moe/status.py b/t/moe/status.py index 936659e..3d72db4 100644 --- a/t/moe/status.py +++ b/t/moe/status.py @@ -26,6 +26,9 @@ class MoeStatus: def __setitem__(self, k, v): self.stat[k] = v + def keys(self): + return self.stat.keys() + def get_list(self, k): m = self.stat if not m.has_key(k):