예제 #1
0
def getDbDSN():
  config.loadConfig()
  return DB_DSN_FORMAT % dict(config.items("repository"))
예제 #2
0
def getDbDSN():
    config.loadConfig()
    return DB_DSN_FORMAT % dict(config.items("repository"))
예제 #3
0
def getDSN():
  return DSN_FORMAT % dict(config.items("repository"))
예제 #4
0
def getDSN():
    return DSN_FORMAT % dict(config.items("repository"))