예제 #1
0
def get_password_file():
    return FOTechRoot.make_relative_path("etc", "pwd.cfg")
예제 #2
0
파일: dbHelper.py 프로젝트: inqwell/inq
def get_database_xml():
    return FOTechRoot.make_relative_path( "etc", "database.xml" )
예제 #3
0
파일: dbHelper.py 프로젝트: gilcesarf/inq
def get_database_xml():
    return FOTechRoot.make_relative_path("etc", "database.xml")
예제 #4
0
파일: pwHelper.py 프로젝트: inqwell/inq
def get_password_file():
    return FOTechRoot.make_relative_path( "etc", "pwd.cfg" )