Update of /cvsroot/freevo/freevo/src/image
In directory sc8-pr-cvs1:/tmp/cvs-serv21170
Modified Files:
imageitem.py
Log Message:
remove unneeded copy function
Index: imageitem.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/image/imageitem.py,v
retrieving revision 1.18
retrieving revision 1.19
diff -C2 -d -r1.18 -r1.19
*** imageitem.py 29 Dec 2003 22:09:19 -0000 1.18
--- imageitem.py 30 Dec 2003 15:35:16 -0000 1.19
***************
*** 10,13 ****
--- 10,16 ----
# -----------------------------------------------------------------------
# $Log$
+ # Revision 1.19 2003/12/30 15:35:16 dischi
+ # remove unneeded copy function
+ #
# Revision 1.18 2003/12/29 22:09:19 dischi
# move to new Item attributes
***************
*** 89,102 ****
return Item.__getitem__(self, key)
-
- def copy(self, obj):
- """
- Special copy value
- """
- Item.copy(self, obj)
- if obj.type == 'image':
- self.duration = obj.duration
- self.rotation = obj.rotation
-
def sort(self, mode=None):
--- 92,95 ----
-------------------------------------------------------
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