~314r/joliebulle/joliebulle-2.8

« back to all changes in this revision

Viewing changes to globals.py

  • Committer: 314r
  • Date: 2011-12-29 20:20:27 UTC
  • Revision ID: contact.314r@gmail.com-20111229202027-sk19lasqbqtutka9
 parse une base de profils de brassage

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
    database_file = os.path.join(os.path.expanduser("~"), ".config", "joliebulle", "database.xml")
23
23
    database_root = '/usr/share/joliebulle/database.xml'
24
24
    #essai = settings.conf.value("pathUnix")
 
25
    mash_file = os.path.join(os.path.expanduser("~"), ".config", "joliebulle", "mash.xml")
25
26
 
26
27