public class ProxyCompiler extends Object
| Constructor and Description | 
|---|
| ProxyCompiler() | 
| Modifier and Type | Method and Description | 
|---|---|
| static void | compile(String filename,
       String destDir)Compiles the python file by loading it
 FIXME: this is quite hackish right now. | 
public static void compile(String filename, String destDir)
filename - python filename to execdestDir - destination directory for the proxy classes