Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/Config.py
diff options
context:
space:
mode:
authoramartin <olpc@xo-05-28-21.localdomain>2007-08-31 09:33:44 (GMT)
committer amartin <olpc@xo-05-28-21.localdomain>2007-08-31 09:33:44 (GMT)
commit1204c5b72630555a5e86dc5de58081baa48f7709 (patch)
treef58890a2a810335c49688a39a47604378e619e0f /Config.py
parentc72c8119c18fca5f277cb3efd61acead578cd4d0 (diff)
Jam popups
Diffstat (limited to 'Config.py')
-rw-r--r--Config.py8
1 files changed, 0 insertions, 8 deletions
diff --git a/Config.py b/Config.py
index 1a5fe4c..7b30cf9 100644
--- a/Config.py
+++ b/Config.py
@@ -36,20 +36,12 @@ if SugarMode == True:
SYNTH_DIR=env.get_profile_path() + '/tamtam/synthlab'
SNDS_DIR=env.get_profile_path() + '/tamtam/snds'
SCRATCH_DIR = PREF_DIR + "/.scratch/"
- try: # can't add .scratch to git for some reason so make sure it exists here
- os.mkdir( SCRATCH_DIR )
- except:
- pass
else:
PREF_DIR = os.getenv('HOME') + '/.tamtam'
TUNE_DIR= os.getenv('HOME') + '/.tamtam/tunes'
SYNTH_DIR= os.getenv('HOME') + '/.tamtam/synthlab'
SNDS_DIR= os.getenv('HOME') + '/.tamtam/snds'
SCRATCH_DIR = PREF_DIR + "/.scratch/"
- try: # can't add .scratch to git for some reason so make sure it exists here
- os.mkdir( SCRATCH_DIR )
- except:
- pass
#PLUGIN
PLUGIN_DEBUG = PREF_DIR + "/clooper.log"