Skip to content

Commit

Permalink
Added assertion for recompile.
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian Lloyd committed Jun 20, 2002
1 parent 3da337f commit e60c120
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions __init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
#
##############################################################################
__doc__='''Python Scripts Product Initialization
$Id: __init__.py,v 1.11 2002/02/15 16:29:17 evan Exp $'''
__version__='$Revision: 1.11 $'[11:-2]
$Id: __init__.py,v 1.12 2002/06/20 14:48:38 Brian Exp $'''
__version__='$Revision: 1.12 $'[11:-2]

import PythonScript
try:
Expand Down Expand Up @@ -42,6 +42,7 @@ def initialize(context):
context.registerHelpTitle('Script (Python)')
global _m
_m['recompile'] = recompile
_m['recompile__roles__'] = ('Manager',)

# utility stuff

Expand Down

0 comments on commit e60c120

Please sign in to comment.