#!/usr/bin/python

import gdbm
import posix
from Config import *

posix.umask(0)
db = gdbm.open(pyledb, 'c', 0666)
db.close()
