os-ken/os_ken
Thomas Goirand b70478452d Use importlib not imp
The imp module is gone from Python 3.12, but importlib has
the same reload() function. Let's use it.

Change-Id: Iab4381e743a443285a86941de195189e26e9e0fc
2023-12-12 16:59:30 +01:00
..
app app/ofctl: fix possible deadlock 2021-10-04 11:33:37 +02:00
base Remove os_ken/app and os_ken/services/protocols/bgp/api/jsonrpc modules 2021-03-02 08:29:32 +09:00
cmd Fix python shebang 2023-10-17 16:03:54 +00:00
contrib Move files from ryu/* to os_ken/* 2018-09-25 20:55:24 +00:00
controller Merge "add ofproto 1.3 coverage, check key-error and attribute-error." 2021-11-04 11:28:19 +00:00
lib Add msgpack 1.0 support 2022-11-17 12:22:32 +00:00
ofproto Update nx_actions.py, fixing a typo on example 2022-11-17 12:22:44 +00:00
services Add msgpack 1.0 support 2022-11-17 12:22:32 +00:00
tests Use importlib not imp 2023-12-12 16:59:30 +01:00
topology Remove "six" library 2022-07-26 14:53:03 +00:00
__init__.py Apply OpenStack Cookiecutter template 2018-09-04 17:00:24 +00:00
cfg.py Rename "ryu" to "os_ken" everywhere 2018-11-27 20:48:02 +00:00
exception.py Rename "ryu" to "os_ken" everywhere 2018-11-27 20:48:02 +00:00
flags.py Remove "distutils" dependency 2022-05-13 03:35:21 +00:00
hooks.py Move files from ryu/* to os_ken/* 2018-09-25 20:55:24 +00:00
log.py Stop to use the __future__ module. 2020-06-18 12:24:22 +02:00
utils.py Remove "six" library 2022-07-26 14:53:03 +00:00