Sophie

Sophie

distrib > Mageia > 1 > i586 > media > core-updates-src > by-pkgid > b850e5c583858315953a44a2c2fc9494 > files > 9

blender-2.49b-11.1.mga1.src.rpm

--- blender-20080502/config/linux2-config.py.sconsnew	2008-05-02 12:07:21.000000000 +0200
+++ blender-20080502/config/linux2-config.py	2008-05-02 12:07:44.000000000 +0200
@@ -1,6 +1,5 @@
-import os
-
 def shell_cmd(cmd):
+    import os
     stdin, stdout = os.popen4(cmd)
     return stdout.readline().strip()