Commit 4d64935a authored by Amos Latteier's avatar Amos Latteier

import ImageFile into Globals. Jim seems to expect that it will be here ;-)

parent 510d212b
......@@ -85,7 +85,7 @@
"""Global definitions"""
__version__='$Revision: 1.39 $'[11:-2]
__version__='$Revision: 1.40 $'[11:-2]
import sys, os
from DateTime import DateTime
......@@ -238,6 +238,7 @@ data_dir = INSTANCE_HOME+'/var'
BobobaseName = '%s/Data.bbb' % data_dir
from App.Dialogs import MessageDialog
from ImageFile import ImageFile
VersionNameName='Zope-Version'
......
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