view commons/pyRepetUnit/profilesDB/tests/InsertProfilesMapFileInDBTestRessources.py @ 18:94ab73e8a190

Uploaded
author m-zytnicki
date Mon, 29 Apr 2013 03:20:15 -0400
parents
children
line wrap: on
line source

'''
Created on 24 juin 2009

@author: choede
'''

class InsertProfilesMapFileInDBTestRessources(object):
    '''
    Put here ressources not present in config file
    '''
    REPET_DB_USER = "ochoede"
    REPET_DB_HOST = "pisano"
    REPET_DB_PW = "ochoede"
    REPET_DB_NAME = "repet_ochoede"