summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorLieuwe <lieuwemo@gmail.com>2011-03-18 22:10:38 (GMT)
committer Lieuwe <lieuwemo@gmail.com>2011-03-18 22:10:38 (GMT)
commit6c000478f21070e420b50cf1060737e821f741d8 (patch)
tree02b4e3253cb84b512c31e9831b65d2e9b7ddad44 /src
parent7e27282b92f2eaf6e1cee9fbc73817de054caf59 (diff)
downloadpowder-6c000478f21070e420b50cf1060737e821f741d8.zip
powder-6c000478f21070e420b50cf1060737e821f741d8.tar.gz
changed zip filename
Diffstat (limited to 'src')
-rw-r--r--src/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c
index 208c38c..7354220 100644
--- a/src/main.c
+++ b/src/main.c
@@ -2078,7 +2078,7 @@ int main(int argc, char *argv[])
Py_Initialize();
Py_InitModule("tpt", EmbMethods);
//change the path to find all the correct modules
- PyRun_SimpleString("import sys\nsys.path.append('./stdlib.zip')\nsys.path.append('.')");
+ PyRun_SimpleString("import sys\nsys.path.append('./tptPython.zip')\nsys.path.append('.')");
PyRun_SimpleString("print 'python present.'");
//load the console module and whatnot
#ifdef PYEXT