[Buildbot-commits] buildbot/buildbot twcompat.py,1.6,1.7
    Brian Warner 
    warner at users.sourceforge.net
       
    Sun Jul 16 00:59:16 UTC 2006
    
    
  
Update of /cvsroot/buildbot/buildbot/buildbot
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv7834/buildbot
Modified Files:
	twcompat.py 
Log Message:
[project @ twcompat.py: fix minor typo]
Original author: warner at lothar.com
Date: 2006-07-16 00:57:16
Index: twcompat.py
===================================================================
RCS file: /cvsroot/buildbot/buildbot/buildbot/twcompat.py,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- twcompat.py	16 Jul 2006 00:58:31 -0000	1.6
+++ twcompat.py	16 Jul 2006 00:59:14 -0000	1.7
@@ -7,7 +7,7 @@
 
 implements. Use this like the following.
 
-from buildbot.tcompat import implements
+from buildbot.twcompat import implements
 class Foo:
     if implements:
         implements(IFoo)
    
    
More information about the Commits
mailing list