diff --git a/pisi/cli/searchfile.py b/pisi/cli/searchfile.py index b594d157..79609dd1 100644 --- a/pisi/cli/searchfile.py +++ b/pisi/cli/searchfile.py @@ -63,7 +63,4 @@ Finds the installed package which contains the specified file. for path in self.args: if not ctx.config.options.quiet: ctx.ui.info(_('Searching for %s') % path) - import os.path - if os.path.exists(path): - path = os.path.realpath(path) self.search_file(path)