1 #----------------------------------------------------------------------------
2 # Name: projectmodel.py
3 # Purpose: This file contains project model information
9 # Copyright: (c) 2006 ActiveGrid, Inc.
10 # License: wxWindows License
11 #----------------------------------------------------------------------------
14 #----------------------------------------------------------------------------
16 #----------------------------------------------------------------------------
17 LANGUAGE_PYTHON
= "python"
19 LANGUAGE_DEFAULT
= LANGUAGE_PYTHON
20 LANGUAGE_LIST
= [LANGUAGE_PHP
, LANGUAGE_PYTHON
]