summaryrefslogtreecommitdiffstats
path: root/glustolibs-gluster/glustolibs/gluster/heal_ops.py
diff options
context:
space:
mode:
Diffstat (limited to 'glustolibs-gluster/glustolibs/gluster/heal_ops.py')
-rw-r--r--glustolibs-gluster/glustolibs/gluster/heal_ops.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/glustolibs-gluster/glustolibs/gluster/heal_ops.py b/glustolibs-gluster/glustolibs/gluster/heal_ops.py
index 1bf8d2f87..8c0b6c820 100644
--- a/glustolibs-gluster/glustolibs/gluster/heal_ops.py
+++ b/glustolibs-gluster/glustolibs/gluster/heal_ops.py
@@ -19,10 +19,7 @@
Description: Module for gluster heal operations.
"""
-import os
-import time
from glusto.core import Glusto as g
-from glustolibs.gluster.volume_ops import (get_volume_info, get_volume_status)
try:
import xml.etree.cElementTree as etree
except ImportError: