Signed-off-by: FUJITA Tomonori <fujita.tomon...@lab.ntt.co.jp> --- ryu/utils.py | 9 --------- 1 files changed, 0 insertions(+), 9 deletions(-)
diff --git a/ryu/utils.py b/ryu/utils.py index 065672e..a14929b 100644 --- a/ryu/utils.py +++ b/ryu/utils.py @@ -36,15 +36,6 @@ def import_module(modname): return sys.modules[modname] -def import_object(modname): - try: - return import_module(modname) - except ImportError: - (from_mod, _sep, target) = modname.rpartition('.') - mod = import_module(from_mod) - return getattr(mod, target) - - RYU_DEFAULT_FLAG_FILE = ('ryu.conf', 'etc/ryu/ryu.conf' '/etc/ryu/ryu.conf') -- 1.7.4.4 ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ Ryu-devel mailing list Ryu-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/ryu-devel