Skip to content
Snippets Groups Projects
Commit a10ab0ba authored by Robert Latta's avatar Robert Latta
Browse files

updated package name for ims testing

parent a332ead8
No related branches found
No related tags found
No related merge requests found
import csv
import os
import pkg_resources
from flask import Blueprint, jsonify, current_app
......@@ -64,7 +67,7 @@ def version():
version_params = {
'api': API_VERSION,
'module':
pkg_resources.get_distribution('inventory_provider').version
pkg_resources.get_distribution('inventory_provider_ims').version
}
latch = get_latch(get_current_redis(config))
if latch:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment