Commit aa112e3f authored by Jim Fulton's avatar Jim Fulton

Got rid of bbb handling.

parent 6fab7b26
......@@ -108,7 +108,7 @@ if not os.path.exists(data_dir):
print 'creating data directory'
os.mkdir('var')
for suffix in 'bbb', 'fs':
for suffix in 'fs':
db_path=os.path.join(data_dir, 'Data.%s' % suffix)
dd_path=os.path.join(data_dir, 'Data.%s.in' % suffix)
if not os.path.exists(db_path) and os.path.exists(dd_path):
......
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