Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Menu

Diff of /trunk/phpython.lib.php [r35] .. [r36]  Maximize  Restore

Switch to side-by-side view

--- a/trunk/phpython.lib.php
+++ b/trunk/phpython.lib.php
@@ -28,4 +28,8 @@
 
 function phpython_start() {
 	python_start();
+}
+
+function phpython_run($file) {
+	python_exec($file);	
 }
\ No newline at end of file