~314r/joliebulle/joliebulle-2.8

« back to all changes in this revision

Viewing changes to globals.py

  • Committer: 314r
  • Date: 2012-08-28 16:36:46 UTC
  • Revision ID: contact.314r@gmail.com-20120828163646-p3fiv442rpz1mtg8
des échantillons de recette

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
    database_root = 'database.xml'
17
17
    mash_root = 'mash.xml'
18
18
    mash_file = os.path.join(os.path.expanduser("~"), "AppData", "Local", "joliebulle", "mash.xml")
 
19
    samples_dir = 'Samples'
 
20
    samples_target = os.path.join(os.path.expanduser("~"), "AppData", "Local", "joliebulle", "recettes","Samples")
 
21
    
19
22
    
20
23
else:
21
24
    home_dir = os.path.expanduser("~")
27
30
    #essai = settings.conf.value("pathUnix")
28
31
    mash_file = os.path.join(os.path.expanduser("~"), ".config", "joliebulle", "mash.xml")
29
32
    mash_root = '/usr/share/joliebulle/mash.xml'
30
 
 
31
 
 
 
33
    samples_dir='Samples'
 
34
    samples_target = os.path.join(os.path.expanduser("~"), ".config", "joliebulle", "recettes", "Samples")