Author: eallen
Date: 2010-11-20 10:14:52 -0500 (Sat, 20 Nov 2010)
New Revision: 4415
Modified:
mgmt/trunk/cumin/python/cumin/model.py
Log:
Removing some commented out code to test eclipse / subversion config on fedora 14
Modified: mgmt/trunk/cumin/python/cumin/model.py
===================================================================
--- mgmt/trunk/cumin/python/cumin/model.py 2010-11-15 16:59:25 UTC (rev 4414)
+++ mgmt/trunk/cumin/python/cumin/model.py 2010-11-20 15:14:52 UTC (rev 4415)
@@ -1232,36 +1232,6 @@
def get_object_name(self, conn):
return conn.address
-# class CuminSession(RemoteClass):
-# def __init__(self, model):
-# super(CuminSession, self).__init__(model, "session",
-# Session, SessionStats)
-
-# prop = CuminProperty(self, "name")
-# prop.title = "Name"
-
-# prop = CuminProperty(self, "channelId")
-# prop.title = "Channel ID"
-
-# prop = CuminProperty(self, "detachedLifespan")
-# prop.title = "Detached Lifespan"
-
-# stat = CuminStat(self, "expireTime")
-# stat.title = "Expiration"
-# stat.category = "general"
-
-# stat = CuminStat(self, "framesOutstanding")
-# stat.title = "Frames Outstanding"
-# stat.unit = "frame"
-# stat.category = "general"
-
-# stat = CuminStat(self, "attached")
-# stat.title = "Attached"
-# stat.category = "general"
-
-# def get_title(self, session):
-# return "Session"
-
class CuminLink(RemoteClass):
def __init__(self, model):
super(CuminLink, self).__init__(model, "link", Link, LinkStats)
Show replies by date