Menu

Diff of /trunk/python/python.lib.php [r8] .. [r9]  Maximize  Restore

Switch to side-by-side view

--- a/trunk/python/python.lib.php
+++ b/trunk/python/python.lib.php
@@ -27,4 +27,7 @@
 	}
 }
 
-
+function python_file($filename) {
+	$code = file_get_contents($filename);
+	python_eval($code);
+}
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.