doc/dev: no more "import absolute_import"

as we've migrated to python3, no need to use

from __future__ import absolute_import

for accessing absolute import

Signed-off-by: Kefu Chai <kchai@redhat.com>
This commit is contained in:
Kefu Chai 2021-05-24 11:37:40 +08:00
parent 3a92219268
commit 26d7a73564

View File

@ -1630,8 +1630,6 @@ log viewer page:
.. code-block:: python
from __future__ import absolute_import
import collections
import cherrypy
@ -2022,7 +2020,6 @@ updates its progress:
.. code-block:: python
from __future__ import absolute_import
import random
import time
import cherrypy