gzz-commits
[Top][All Lists]
Advanced

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

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


From: Matti Katila
Subject: [Gzz-commits] fenfire/org/fenfire/demo fenpdfcontext.py
Date: Thu, 26 Jun 2003 03:32:58 -0400

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

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

Log message:
        permission approved

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

Patches:
Index: fenfire/org/fenfire/demo/fenpdfcontext.py
diff -u fenfire/org/fenfire/demo/fenpdfcontext.py:1.1 
fenfire/org/fenfire/demo/fenpdfcontext.py:1.2
--- fenfire/org/fenfire/demo/fenpdfcontext.py:1.1       Wed Jun 25 22:29:02 2003
+++ fenfire/org/fenfire/demo/fenpdfcontext.py   Thu Jun 26 03:32:58 2003
@@ -8,14 +8,6 @@
     print 'actions.py::', s
 
 
-#####  All super code is copied from Kragen Sitaker's post in
-#####  
http://lists.canonical.org/pipermail/kragen-hacks/2000-October/000273.html 
-#####
-##### This code is not under lisence before it is rewritten by another super
-##### from scratch or we have permissions to use this code.
-
-# This hack makes it so you only have to change it in two places: in the class
-# declaration and in the __init__ method.
 
 # mixin interface for superclass proxy creation
 class SuperCaller:
@@ -45,8 +37,6 @@
         nargs.insert(0, self.instance)
         return apply(self.method, nargs, argdict)
 
-########################################################################
-
 
 
 class KeyHandler:
@@ -87,3 +77,4 @@
     def key(self, key):
         if self.keys.key(key): return
         else: self.super.handleKeyStroke(key, self.mgr.getLastMain())
+




reply via email to

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