]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
mgr/dashboard: remove redundant python modules re/rados
authorChang Liu <liuchang0812@gmail.com>
Thu, 21 Dec 2017 09:27:18 +0000 (17:27 +0800)
committerChang Liu <liuchang0812@gmail.com>
Thu, 21 Dec 2017 09:27:18 +0000 (17:27 +0800)
Signed-off-by: Chang Liu <liuchang0812@gmail.com>
src/pybind/mgr/dashboard/rgw.py

index 3482163914c4f0a5b9eb03865e0135f9f571146b..98fd47d230db064f7f927ec65d0c79eae90002f7 100644 (file)
@@ -1,8 +1,6 @@
 # -*- code: utf-8 -*-
 
 import json
-import re
-import rados
 from remote_view_cache import RemoteViewCache
 
 import logging