Skip to content

Commit

Permalink
typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jshell committed Dec 22, 1997
1 parent 9f251a7 commit 9321854
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions __init__.py
Expand Up @@ -8,8 +8,8 @@
#
##############################################################################
__doc__='''External Method Product Initialization
$Id: __init__.py,v 1.2 1997/12/19 22:18:16 jeffrey Exp $'''
__version__='$Revision: 1.2 $'[11:-2]
$Id: __init__.py,v 1.3 1997/12/22 15:18:13 jeffrey Exp $'''
__version__='$Revision: 1.3 $'[11:-2]

import ExternalMethod
from ImageFile import ImageFile
Expand All @@ -23,13 +23,16 @@
'manage_addExternalMethod': ExternalMethod.add,
}

misc_={'function_icon': ImageFile('function.gif', globals())
misc_={'function_icon': ImageFile('function.gif', globals())}



##############################################################################
#
# $Log: __init__.py,v $
# Revision 1.3 1997/12/22 15:18:13 jeffrey
# typo fix
#
# Revision 1.2 1997/12/19 22:18:16 jeffrey
# fixes for icons
#
Expand All @@ -39,4 +42,3 @@
# Revision 1.1 1997/07/25 18:14:28 jim
# initial
#
#

0 comments on commit 9321854

Please sign in to comment.