diff options
author | adam <adamansky@gmail.com> | 2013-06-02 12:58:28 +0700 |
---|---|---|
committer | adam <adamansky@gmail.com> | 2013-06-02 12:58:28 +0700 |
commit | d4151b5392bfdef6d1b7a50ecf28fc0dd15a95a2 (patch) | |
tree | 06003f9da43d8cd8bce412ffa009775f45ed6a62 | |
parent | b8ff77469da0faa051f0d184aafd994c2751d682 (diff) | |
download | ejdb-d4151b5392bfdef6d1b7a50ecf28fc0dd15a95a2.tar.gz ejdb-d4151b5392bfdef6d1b7a50ecf28fc0dd15a95a2.tar.bz2 ejdb-d4151b5392bfdef6d1b7a50ecf28fc0dd15a95a2.zip |
#68
-rw-r--r-- | README.md | 2 | ||||
-rw-r--r-- | pyejdb/nbproject/configurations.xml | 4 |
2 files changed, 3 insertions, 3 deletions
@@ -12,7 +12,7 @@ JSON representation of queries and data implemented with API based on [C BSON](h News =============================== -* `2013-06-02` **[Adobe Air Native Extension (ANE) for EJDB (Thank you @thejustinwalsh)] (https://github.com/thejustinwalsh/airejdb)** +* `2013-06-02` **[Adobe Air Native Extension (ANE) for EJDB (Thanks to @thejustinwalsh)] (https://github.com/thejustinwalsh/airejdb)** * `2013-05-29` **[EJDB Python 2.7.x binding available](https://github.com/Softmotions/ejdb/blob/master/pyejdb/)** * `2013-05-06` **[Ruby binding available](https://github.com/Softmotions/ejdb/blob/master/rbejdb/README.md)** * `2013-05-02` **[NodeJS win32 module available](https://github.com/Softmotions/ejdb/blob/master/tcejdb/WIN32.md#ejdb-nodejs-module-installation)** diff --git a/pyejdb/nbproject/configurations.xml b/pyejdb/nbproject/configurations.xml index f505c2c..ee03482 100644 --- a/pyejdb/nbproject/configurations.xml +++ b/pyejdb/nbproject/configurations.xml @@ -37,12 +37,12 @@ <executablePath></executablePath> <cTool> <incDir> - <pElem>/usr/include/python3.2mu</pElem> + <pElem>/usr/include/python2.7</pElem> </incDir> </cTool> <ccTool> <incDir> - <pElem>/usr/include/python3.2mu</pElem> + <pElem>/usr/include/python2.7</pElem> </incDir> </ccTool> </makeTool> |