gzz-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gzz-commits] fenfire/org/fenfire/demo actions.py


From: Matti Katila
Subject: [Gzz-commits] fenfire/org/fenfire/demo actions.py
Date: Thu, 26 Jun 2003 09:00:45 -0400

CVSROOT:        /cvsroot/fenfire
Module name:    fenfire
Branch:         
Changes by:     Matti Katila <address@hidden>   03/06/26 09:00:45

Modified files:
        org/fenfire/demo: actions.py 

Log message:
        initing

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/fenfire/fenfire/org/fenfire/demo/actions.py.diff?tr1=1.4&tr2=1.5&r1=text&r2=text

Patches:
Index: fenfire/org/fenfire/demo/actions.py
diff -u fenfire/org/fenfire/demo/actions.py:1.4 
fenfire/org/fenfire/demo/actions.py:1.5
--- fenfire/org/fenfire/demo/actions.py:1.4     Thu Jun 26 08:29:30 2003
+++ fenfire/org/fenfire/demo/actions.py Thu Jun 26 09:00:45 2003
@@ -37,7 +37,7 @@
 
 class MovePanFast(AbstractContextController):
     def __init__(self, context, select):
-        AbstractContextController(context)
+        AbstractContextController.__init__(self, context)
         self.select = select
     def isChangeable(self): return 1
     def change(self, x, y):




reply via email to

[Prev in Thread] Current Thread [Next in Thread]