Tang Chen a281ef89a5 Remove fake methods code from compute network
Network objects don't have any method needs to fake.

keys() method is only used by _get_columns() helper
to obtain all attributes of an object. But in compute
network implementation, attributes are obtained from
obj._info directly, which is a dictionary itself. So
there is no need to fake this method.

Change-Id: Ie6a46ef6a3042641e55a7002573ef501db7b60e1
2016-04-12 13:41:52 +08:00
..
2016-04-06 10:30:39 +07:00
2016-01-29 08:18:50 +09:00
2016-01-29 08:18:50 +09:00
2016-04-06 20:21:19 +02:00