Mercurial > repos > yufei-luo > s_mart
diff 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 diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/commons/pyRepetUnit/profilesDB/tests/InsertProfilesMapFileInDBTestRessources.py Mon Apr 29 03:20:15 2013 -0400 @@ -0,0 +1,14 @@ +''' +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" \ No newline at end of file