def __init__(self, debug=False): self.localhost = './' self.logpath = '/home/nicolas/Bureau' self.HtmlFile = File('Html').get_instence() self.JsFile = File('Js').get_instence() self.debug = debug
def __init__(self, debug): self.localhost = './' self.debug = debug self.logpath = '/home/nicolas/Bureau' self.SqlFile = File('Sql').get_instence() self.PhpFile = File('Php').get_instence()
def __init__(self, debug=False): self.localhost = './' self.HtmlDir = Dir('Html').get_instence() self.CssDir = Dir('Css').get_instence() self.PhpDir = Dir('Php').get_instence() self.JsDir = Dir('Js').get_instence() self.SqlDir = Dir('Sql').get_instence() self.ImgDir = Dir('Image').get_instence() self.HtmlFile = File('Html').get_instence() self.CssFile = File('Css').get_instence() self.PhpFile = File('Php').get_instence() self.JsFile = File('Js').get_instence() self.SqlFile = File('Sql').get_instence() self.ImgFile = File('Image').get_instence() self.HtaccessFile = File('Htaccess').get_instence() self.logpath = '/home/nicolas/Bureau' self.debug = debug
def __init__(self, debug): self.localhost = './' self.debug = debug self.HtaccessFile = File('Htaccess').get_instence()
def __init__(self, debug): self.localhost = './' self.debug = debug self.logpath = '/home/nicolas/Bureau' self.ImageFile = File('Image').get_instence()