SF.net SVN: fclient: [344] trunk/sandbox/fcp2/events.py
Status: Pre-Alpha
Brought to you by:
jurner
From: <jU...@us...> - 2008-03-08 11:15:05
|
Revision: 344 http://fclient.svn.sourceforge.net/fclient/?rev=344&view=rev Author: jUrner Date: 2008-03-08 03:15:03 -0800 (Sat, 08 Mar 2008) Log Message: ----------- added IdentifierCollision event. We may need it for plugin messages Modified Paths: -------------- trunk/sandbox/fcp2/events.py Modified: trunk/sandbox/fcp2/events.py =================================================================== --- trunk/sandbox/fcp2/events.py 2008-03-08 11:14:24 UTC (rev 343) +++ trunk/sandbox/fcp2/events.py 2008-03-08 11:15:03 UTC (rev 344) @@ -45,6 +45,9 @@ class Idle(events.Event): """Client is idele currently""" + class IdentifierCollision(events.Event): + """An identifier collision occured""" + class KeypairGenerated(events.Event): """A public / private keypair has been generated""" This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |