[Zope3-checkins] CVS: Zope3/src/zope/app/interfaces - copy.py:1.2.2.2

Sidnei da Silva sidnei@x3ng.com.br
Wed, 5 Feb 2003 07:43:36 -0500


Update of /cvs-repository/Zope3/src/zope/app/interfaces
In directory cvs.zope.org:/tmp/cvs-serv24753/src/zope/app/interfaces

Modified Files:
      Tag: paris-copypasterename-branch
	copy.py 
Log Message:
Trying to get physically located :P

=== Zope3/src/zope/app/interfaces/copy.py 1.2.2.1 => 1.2.2.2 ===
--- Zope3/src/zope/app/interfaces/copy.py:1.2.2.1	Wed Feb  5 05:09:20 2003
+++ Zope3/src/zope/app/interfaces/copy.py	Wed Feb  5 07:43:01 2003
@@ -43,9 +43,9 @@
         False.
         '''
 
-class IAnnotatableUserClipboard(Interface):
+class IPrincipalClipboard(Interface):
     '''Interface for adapters that store/retrieve clipboard information
-    for a user.
+    for a principal.
 
     Clipboard information consists on tuples of {'action':action, 'target':target}.
     '''