Sophie

Sophie

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

blender-2.49b-11.3.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()