SF.net SVN: fclient: [173] trunk/sandbox/fcp/fcp2_0_events.py
Status: Pre-Alpha
Brought to you by:
jurner
From: <ju...@us...> - 2008-02-08 08:37:22
|
Revision: 173 http://fclient.svn.sourceforge.net/fclient/?rev=173&view=rev Author: jurner Date: 2008-02-08 00:37:27 -0800 (Fri, 08 Feb 2008) Log Message: ----------- removed Event.RequestStarted Modified Paths: -------------- trunk/sandbox/fcp/fcp2_0_events.py Modified: trunk/sandbox/fcp/fcp2_0_events.py =================================================================== --- trunk/sandbox/fcp/fcp2_0_events.py 2008-02-08 08:36:59 UTC (rev 172) +++ trunk/sandbox/fcp/fcp2_0_events.py 2008-02-08 08:37:27 UTC (rev 173) @@ -93,9 +93,6 @@ class RequestRestored(events.Event): """A request has been restored""" - class RequestStarted(events.Event): - """A request has been started""" - class USKUpdated(events.Event): """An update of an Usk has arrived""" This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |