I guess you can find it using the commit hash.
commit 92d551e470e4bedf71bed2f148043a751829d871 Author: dima73 <dima73@dev.null> Date: Mon Feb 23 12:02:34 2015 +0100 Blindscan: Adapt plugin for OpenPLi. Signed-off-by: Erik Slagter <erik@openpli.org> diff --git a/blindscan/src/plugin.py b/blindscan/src/plugin.py index f822104..a123053 100644 --- a/blindscan/src/plugin.py +++ b/blindscan/src/plugin.py @@ -6,52 +6,65 @@ from Plugins.Plugin import PluginDescriptor from Screens.Screen import Screen from Screens.ServiceScan import ServiceScan from Screens.MessageBox import MessageBox - +from Screens.Console import Console from Components.Label import Label ...