[Zope-Checkins] CVS: Packages/Interface - pyskel.py:1.5
Guido van Rossum
guido@python.org
Tue, 9 Jul 2002 08:14:43 -0400
Update of /cvs-repository/Packages/Interface
In directory cvs.zope.org:/tmp/cvs-serv18373
Modified Files:
pyskel.py
Log Message:
Fix typo in docstring (the package is Inerface, not Interfaces).
=== Packages/Interface/pyskel.py 1.4 => 1.5 ===
cd lib/python
- python Interfaces/pyskel.py Zope.App.Security.IRoleService.IRoleService
+ python Interface/pyskel.py Zope.App.Security.IRoleService.IRoleService
The dotted name is the module name and interface object name connected
with a dot.