Menu

Diff of /trunk/lang/python/python.exec.php [r60] .. [r61]  Maximize  Restore

Switch to side-by-side view

--- a/trunk/lang/python/python.exec.php
+++ b/trunk/lang/python/python.exec.php
@@ -11,7 +11,7 @@
 	
 		##
 		$code = file_get_contents($file);
-		
+				
 		##
 		$phpc = lang_python_eval::__eval__($code,$file,$endmarker);