X-Git-Url: http://git.onelab.eu/?p=sfa-gui.git;a=blobdiff_plain;f=Welcome.py;fp=Info.py;h=3c7d664b580ba908e077b7ab01d6c9f066b19a52;hp=4fcf72a90031ab7b77a194cf4e25bdc3f78dc8b9;hb=dd75c282952182b904fbfd26b2f87f5d39552630;hpb=9b1e2b7e901d9a7edc707916c52efe808cae6cfc diff --git a/Info.py b/Welcome.py similarity index 83% rename from Info.py rename to Welcome.py index 4fcf72a..3c7d664 100644 --- a/Info.py +++ b/Welcome.py @@ -1,7 +1,7 @@ from Sink import Sink, SinkInfo from pyjamas.ui.HTML import HTML -class Info(Sink): +class Welcome(Sink): def __init__(self): Sink.__init__(self) @@ -17,4 +17,4 @@ class Info(Sink): def init(): - return SinkInfo("Info", "Introduction to the SFA Federation GUI", Info) + return SinkInfo("Welcome", "Welcome to the SFA Federation GUI", Welcome)