[Zope3-checkins] CVS: Zope3/lib/python/Zope/Server/Thread - SelectTrigger.py:1.5

Jeremy Hylton jeremy@zope.com
Fri, 20 Dec 2002 17:35:12 -0500


Update of /cvs-repository/Zope3/lib/python/Zope/Server/Thread
In directory cvs.zope.org:/tmp/cvs-serv3500

Modified Files:
	SelectTrigger.py 
Log Message:
Fix accidental downcase of Trigger on windows.


=== Zope3/lib/python/Zope/Server/Thread/SelectTrigger.py 1.4 => 1.5 ===
--- Zope3/lib/python/Zope/Server/Thread/SelectTrigger.py:1.4	Fri Dec 20 17:28:41 2002
+++ Zope3/lib/python/Zope/Server/Thread/SelectTrigger.py	Fri Dec 20 17:35:11 2002
@@ -128,7 +128,7 @@
     MINPORT = 19950
     NPORTS = 50
 
-    class trigger(asyncore.dispatcher):
+    class Trigger(asyncore.dispatcher):
 
         portoffset = 0