Update of /cvsroot/freevo/freevo/src/image/plugins
In directory sc8-pr-cvs1:/tmp/cvs-serv21170/plugins
Modified Files:
gphoto.py
Log Message:
remove unneeded copy function
Index: gphoto.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/image/plugins/gphoto.py,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** gphoto.py 9 Nov 2003 16:36:46 -0000 1.5
--- gphoto.py 30 Dec 2003 15:35:16 -0000 1.6
***************
*** 12,15 ****
--- 12,18 ----
# -----------------------------------------------------------------------
# $Log$
+ # Revision 1.6 2003/12/30 15:35:16 dischi
+ # remove unneeded copy function
+ #
# Revision 1.5 2003/11/09 16:36:46 rshortt
# Some pygphoto and gphoto plugin fixes.
***************
*** 106,119 ****
return tmp.convert_alpha() # XXX Cannot load everything
- def copy(self, obj):
- """
- Special copy value DirItem
- """
- Item.copy(self,obj)
- self.gCamera = obj.gCamera
- self.path = obj.path
- self.name = obj.name
- self.image_viewer = obj.image_viewer
-
def actions(self):
"""
--- 109,112 ----
***************
*** 145,157 ****
self.name = name
self.type = 'folder'
-
- def copy(self, obj):
- """
- Special copy value DirItem
- """
- Item.copy(self,obj)
- self.gCamera = obj.gCamera
- self.path = obj.path
- self.name = obj.name
def actions(self):
--- 138,141 ----
-------------------------------------------------------
This SF.net email is sponsored by: IBM Linux Tutorials.
Become an expert in LINUX or just sharpen your skills. Sign up for IBM's
Free Linux Tutorials. Learn everything from the bash shell to sys admin.
Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click
_______________________________________________
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog