SF.net SVN: fclient: [369] trunk/sandbox/fcp2/events.py
Status: Pre-Alpha
Brought to you by:
jurner
|
From: <jU...@us...> - 2008-04-08 10:04:43
|
Revision: 369
http://fclient.svn.sourceforge.net/fclient/?rev=369&view=rev
Author: jUrner
Date: 2008-04-08 03:04:42 -0700 (Tue, 08 Apr 2008)
Log Message:
-----------
renamed event
Modified Paths:
--------------
trunk/sandbox/fcp2/events.py
Modified: trunk/sandbox/fcp2/events.py
===================================================================
--- trunk/sandbox/fcp2/events.py 2008-04-08 10:03:38 UTC (rev 368)
+++ trunk/sandbox/fcp2/events.py 2008-04-08 10:04:42 UTC (rev 369)
@@ -95,7 +95,7 @@
class RequestCompressionStarted(events.Event):
"""Compressing of a request has started"""
- class RequestCompressionFinished(events.Event):
+ class RequestCompressionCompleted(events.Event):
"""Compressing of a request is finished"""
class RequestFailed(events.Event):
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|