mirror of
https://github.com/ceph/ceph
synced 2025-01-03 17:42:36 +00:00
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:
parent
3a92219268
commit
26d7a73564
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user