Update self

This commit is contained in:
Dimitris Zlatanidis 2015-08-08 01:22:23 +03:00
parent 994e17921e
commit 1379715fbd

View file

@ -53,5 +53,5 @@ class GetFromInstalled(object):
"""Return installed package name """Return installed package name
""" """
if self.find: if self.find:
return split_package(self.find)[0] return self.package
return "" return ""