Sophie

Sophie

distrib > Mandriva > 2009.0 > i586 > by-pkgid > 2266126927cb5f5657880b7ea2027595 > files > 22

blender-2.47-2.1mdv2009.0.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()