[cig-commits] commit:

Mercurial hg at geodynamics.org
Mon Nov 24 11:58:34 PST 2008


changeset:   54:8de55d2549aa
user:        LukeHodkinson
date:        Thu Mar 06 07:11:46 2008 +0000
files:       SConscript
description:
Forgot to import the os package.


diff -r 4633c82149c9 -r 8de55d2549aa SConscript
--- a/SConscript	Thu Mar 06 07:09:16 2008 +0000
+++ b/SConscript	Thu Mar 06 07:11:46 2008 +0000
@@ -1,3 +1,4 @@ Import('env')
+import os
 Import('env')
 
 env = env.Copy()



More information about the CIG-COMMITS mailing list