Commit 32e0aa84 authored by 's avatar

Merged fix for non-portable path munging

parent 94297740
......@@ -100,7 +100,7 @@ The Job of this module is to:
from BoboPOS import SimpleDB, TJar, SingleThreadedTransaction
import sys, os, string, Globals, OFS.Application
Globals.BobobaseName = '%s/Data.bbb' % Globals.data_dir
Globals.BobobaseName = os.path.join(Globals.data_dir, 'Data.bbb')
Globals.DatabaseVersion='2'
# Setup support for broken objects:
......
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