Tendrl / ceph-integration

Extracts all data from a Ceph cluster for consumption by Tendrl
GNU Lesser General Public License v2.1
3 stars 11 forks source link

Import Error in manager/__init__.py #304

Closed rishubhjain closed 7 years ago

rishubhjain commented 7 years ago

https://github.com/Tendrl/ceph-integration/blob/develop/tendrl/ceph_integration/manager/__init__.py#L6 cause import error (https://travis-ci.org/Tendrl/ceph-integration/jobs/244887797#L255). I suppose the reason of this error is recursive import calls to the manager module by sds_sync/init.py .

r0h4n commented 7 years ago

Please send PR

rishubhjain commented 7 years ago

@r0h4n https://github.com/Tendrl/ceph-integration/pull/305 this solves the error, but I am not sure if its one of the best solution.