def xml_path(): """ Metodo di convenienza che ottiene il percorso dei file xml tradotti >>> print xml_path() /home/robby/Dropbox/Code/python/pymotw-it/tran """ return get_root(fixed_path=OLD_TRAN_FOLDER)
def html_path(): """ Metodo di convenienza che ottiene il percorso dei file html tradotti >>> print html_path() /home/robby/Dropbox/Code/python/pymotw-it/html """ return get_root(fixed_path=OLD_HTML_FOLDER)