Remove pbr-dependent code
- Remove the pbr import in colelctd_ceiloemter/__init__.py - PBR is still needed for a pip_install, but was causing import errors in the plugin. Change-Id: I24c6349caba3fdd097a5218cc048aa696bd27550 Closes-Bug: #1644254
This commit is contained in:
parent
2e690a324c
commit
f0adfc65c0
@ -11,8 +11,4 @@
|
||||
# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
|
||||
# License for the specific language governing permissions and limitations
|
||||
# under the License.
|
||||
"""Collectd Ceilometer plugin implementation"""
|
||||
import pbr.version
|
||||
|
||||
__version__ = pbr.version.VersionInfo(
|
||||
'collectd_ceilometer_plugin')
|
||||
"""Collectd Ceilometer plugin"""
|
||||
|
Loading…
Reference in New Issue
Block a user