Description of problem: Geo-replication has a large number of repeated imports as shown below: ``` from syncdutils import set_term_handler, finalize, lf from syncdutils import log_raise_exception, FreeObject, escape ``` There imports can be clubbed together as shown below: `` from syncdutils import (set_term_handler, finalize, lf, log_raise_exception, FreeObject, escape) ``` Version-Release number of selected component (if applicable): Whatever is the current master version. How reproducible: Always Steps to Reproduce: 1. 2. 3. Actual results: Expected results: Additional info:
REVIEW: https://review.gluster.org/24063 ([geo-rep] Merging multiple import into single import) posted (#1) for review on master by Kshithij Iyer
This bug is moved to https://github.com/gluster/glusterfs/issues/1105, and will be tracked there from now on. Visit GitHub issues URL for further details