summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoradam <adamansky@gmail.com>2013-06-02 12:58:28 +0700
committeradam <adamansky@gmail.com>2013-06-02 12:58:28 +0700
commitd4151b5392bfdef6d1b7a50ecf28fc0dd15a95a2 (patch)
tree06003f9da43d8cd8bce412ffa009775f45ed6a62
parentb8ff77469da0faa051f0d184aafd994c2751d682 (diff)
downloadejdb-d4151b5392bfdef6d1b7a50ecf28fc0dd15a95a2.tar.gz
ejdb-d4151b5392bfdef6d1b7a50ecf28fc0dd15a95a2.tar.bz2
ejdb-d4151b5392bfdef6d1b7a50ecf28fc0dd15a95a2.zip
#68
-rw-r--r--README.md2
-rw-r--r--pyejdb/nbproject/configurations.xml4
2 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index fc9b247..423c98f 100644
--- a/README.md
+++ b/README.md
@@ -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>