Commit 0e9445e8 authored by Jim Fulton's avatar Jim Fulton

*** empty log message ***

parent 10a3d521
"""Global definitions"""
__version__='$Revision: 1.1 $'[11:-2]
__version__='$Revision: 1.2 $'[11:-2]
from SingleThreadedTransaction import PickleDictionary, Persistent
from SingleThreadedTransaction import PersistentMapping
......@@ -21,13 +22,16 @@ except:
data_dir = CUSTOMER_HOME+'/var'
BobobaseName = '%s/Data.bbb' % data_dir
HTML.shared_globals=['SOFTWARE_URL']=SOFTWARE_URL
HTML.shared_globals['SOFTWARE_URL']=SOFTWARE_URL
##########################################################################
#
# Log
#
# $Log: Globals.py,v $
# Revision 1.2 1997/08/13 19:04:00 jim
# *** empty log message ***
#
# Revision 1.1 1997/08/13 18:58:39 jim
# initial
#
......
# install Main.py
# install Globals.py
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment