stream.py: un-decorator Stream.register_method
authorIsaku Yamahata <yamahata@valinux.co.jp>
Wed, 17 Oct 2012 18:18:16 +0000 (03:18 +0900)
committerBen Pfaff <blp@nicira.com>
Wed, 17 Oct 2012 18:22:08 +0000 (11:22 -0700)
commitf7b7ee9753cd75da86c21ac6364dab07e5e8d51a
tree72475e35c994a4be7390e5778109dc16eab3a739
parentc38f8724aeb994fd840fa4283a07e38c3c114d68
stream.py: un-decorator Stream.register_method

c38f8724aeb994fd840fa4283a07e38c3c114d68 made stream.py not use class
decorator. So Stream.register need not to be decorator any more.
So simplify it.

Signed-off-by: Isaku Yamahata <yamahata@valinux.co.jp>
Signed-off-by: Ben Pfaff <blp@nicira.com>
python/ovs/stream.py