aboutsummaryrefslogtreecommitdiff
path: root/externals/grill/py/source/pybase.h
diff options
context:
space:
mode:
authorThomas Grill <xovo@users.sourceforge.net>2006-03-23 01:42:05 +0000
committerThomas Grill <xovo@users.sourceforge.net>2006-03-23 01:42:05 +0000
commit22eaba4518f85902489a35dbac0fd97654b59d43 (patch)
tree4b2ad06255e972b5fe1ddf813a1a2d8b135048a7 /externals/grill/py/source/pybase.h
parent246f98cb45a3e3e63eaf99dfed5a35bd1254ec13 (diff)
added message bundle functionality (pyext.Bundle class)
enable compiled-only scripts (without .py) small optimizations and fixes some optimizations and py reload fix better error message for reload with invalid args enable module packages (module/__init__.py[co]), now also for Max svn path=/trunk/; revision=4750
Diffstat (limited to 'externals/grill/py/source/pybase.h')
-rw-r--r--externals/grill/py/source/pybase.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/externals/grill/py/source/pybase.h b/externals/grill/py/source/pybase.h
index 3645a7af..6b661268 100644
--- a/externals/grill/py/source/pybase.h
+++ b/externals/grill/py/source/pybase.h
@@ -53,7 +53,6 @@ protected:
AtomList args;
void AddCurrentPath(flext_base *o);
- void GetModulePath(const char *mod,char *dir,int len);
void SetArgs();
bool OutObject(flext_base *ext,int o,PyObject *obj);