change imports as a module with osm_lcm prefix
[osm/LCM.git] / osm_lcm / ROclient.py
index 058472f..74e9212 100644 (file)
@@ -617,7 +617,7 @@ class ROClient:
                 for word in str(response_text).split(" "):
                     if "." in word:
                         version_text, _, _ = word.partition("-")
-                        return list(map(int, version_text.split(".")))
+                        return version_text
                 raise ROClientException("Got invalid version text: '{}'".format(response_text), http_code=500)
         except aiohttp.errors.ClientOSError as e:
             raise ROClientException(e, http_code=504)