Skip to content

Commit

Permalink
Changed Z to Zope.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jim Fulton committed Dec 15, 1998
1 parent 2582580 commit a8716a8
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions __init__.py
Expand Up @@ -11,8 +11,8 @@
__doc__='''SQL Method Product
$Id: __init__.py,v 1.6 1998/12/15 21:10:31 jim Exp $'''
__version__='$Revision: 1.6 $'[11:-2]
$Id: __init__.py,v 1.7 1998/12/15 21:21:08 jim Exp $'''
__version__='$Revision: 1.7 $'[11:-2]
from ImageFile import ImageFile
import Shared.DC.ZRDB.Search, SQL

Expand All @@ -22,7 +22,7 @@
{'name':SQL.SQL.meta_type,
'action':'manage_addZSQLMethodForm',
},
{'name':'Zope Search Interface',
{'name':'Z Search Interface',
'action':'manage_addZSearchForm'
},
)
Expand Down Expand Up @@ -54,6 +54,9 @@
##############################################################################
#
# $Log: __init__.py,v $
# Revision 1.7 1998/12/15 21:21:08 jim
# Changed Z to Zope.
#
# Revision 1.6 1998/12/15 21:10:31 jim
# first Zope
#
Expand Down

0 comments on commit a8716a8

Please sign in to comment.