Signed-off-by: YAMAMOTO Takashi <[email protected]> --- ryu/base/management.py | 3 +++ 1 file changed, 3 insertions(+)
diff --git a/ryu/base/management.py b/ryu/base/management.py index 55ae7dc..106029d 100644 --- a/ryu/base/management.py +++ b/ryu/base/management.py @@ -15,6 +15,9 @@ # limitations under the License. # internal management api +# +# this module is intended to contain thin api wrappers. +# ideally each of them would be a call to an appropriate RyuApp. import logging -- 1.8.0.1 ------------------------------------------------------------------------------ Everyone hates slow websites. So do we. Make your web apps faster with AppDynamics Download AppDynamics Lite for free today: http://p.sf.net/sfu/appdyn_d2d_mar _______________________________________________ Ryu-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ryu-devel
