allpy
changeset 15:29b6c19ff355
config changed
author | boris <bnagaev@gmail.com> |
---|---|
date | Tue, 14 Sep 2010 22:23:16 +0400 |
parents | 181ffe032584 |
children | 7b37aba2c7db |
files | config.C config.h |
diffstat | 2 files changed, 19 insertions(+), 0 deletions(-) [+] |
line diff
1.1 --- a/config.C Tue Sep 14 22:18:24 2010 +0400 1.2 +++ b/config.C Tue Sep 14 22:23:16 2010 +0400 1.3 @@ -1,3 +1,13 @@ 1.4 1.5 #include "config.h" 1.6 1.7 + 1.8 +namespace Malakite 1.9 +{ 1.10 + 1.11 +const char* python_path = "python"; 1.12 +const char* blocks3d_path = "/home/boris/my-code/Blocks3D/Blocks3D_v5/Blocks3D.py"; 1.13 +const char* temp_path = "/tmp/"; 1.14 + 1.15 +} 1.16 +