added python path for blender runs

This commit is contained in:
sm
2011-03-23 11:47:30 -06:00
parent 2941a255c7
commit ba5280c17b
2 changed files with 7 additions and 2 deletions
+1
View File
@@ -17,6 +17,7 @@ default_config = {
'level': 'debug',
'size' : 102400,
'logbackup': 10,
'pypath': None,
}
with open(os.path.expanduser('~/.config/interp.json')) as config_file: