Signed-off-by: YAMAMOTO Takashi <[email protected]>
---
 ryu/utils.py | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/ryu/utils.py b/ryu/utils.py
index ed53238..66fc922 100644
--- a/ryu/utils.py
+++ b/ryu/utils.py
@@ -51,11 +51,11 @@ def import_module(modname):
         try:
             __import__(name)
         except cfg.ArgsAlreadyParsedError:
-        # ryu-manager needs to import modules calling
-        # register_cli_opts. Thus, passing a imported file as a
-        # command line option for ryu-manager results in double import
-        # (e.g. ryu.topology.switches). The following code is not
-        # perfect but better than nothing.
+            # ryu-manager needs to import modules calling
+            # register_cli_opts. Thus, passing a imported file as a
+            # command line option for ryu-manager results in double import
+            # (e.g. ryu.topology.switches). The following code is not
+            # perfect but better than nothing.
             for key in sys.modules.keys():
                 if key.endswith(name):
                     return sys.modules[key]
-- 
1.8.3.1


------------------------------------------------------------------------------
LIMITED TIME SALE - Full Year of Microsoft Training For Just $49.99!
1,500+ hours of tutorials including VisualStudio 2012, Windows 8, SharePoint
2013, SQL 2012, MVC 4, more. BEST VALUE: New Multi-Library Power Pack includes
Mobile, Cloud, Java, and UX Design. Lowest price ever! Ends 9/20/13. 
http://pubads.g.doubleclick.net/gampad/clk?id=58041151&iu=/4140/ostg.clktrk
_______________________________________________
Ryu-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ryu-devel

Reply via email to