summaryrefslogtreecommitdiff
path: root/src/pybind/ceph_rest_api.py
diff options
context:
space:
mode:
authorSage Weil <sage@inktank.com>2013-07-21 17:16:10 -0700
committerSage Weil <sage@inktank.com>2013-07-21 17:16:10 -0700
commitc4193013d5e6fdf480fa9e9b14fec5c748c7f87d (patch)
treef65f1eea44d5ec7cf95efd9ee15f125f3a28ee11 /src/pybind/ceph_rest_api.py
parent6d386bda93099dc2e450cde7139487b5983f8889 (diff)
parent73b4003f6545ae1ed9efd3abc3b25bd3ebd73c46 (diff)
downloadceph-wip-5672.tar.gz
Merge remote-tracking branch 'gh/next' into wip-5672wip-5672
Diffstat (limited to 'src/pybind/ceph_rest_api.py')
-rwxr-xr-xsrc/pybind/ceph_rest_api.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/pybind/ceph_rest_api.py b/src/pybind/ceph_rest_api.py
index 4841022e1d6..fdfe84ee3cb 100755
--- a/src/pybind/ceph_rest_api.py
+++ b/src/pybind/ceph_rest_api.py
@@ -2,11 +2,8 @@
# vim: ts=4 sw=4 smarttab expandtab
import os
-import sys
-import argparse
import collections
import ConfigParser
-import errno
import json
import logging
import logging.handlers