# HG changeset patch # User LinuxDonald@33b003aa-7bff-0310-803a-e67f0ece8222 # Date 1245178151 0 # Node ID 0aef41764e0fc5f78531ac64efef28ddee0953c8 # Parent d70788eaa5d2c040dcaba267e354131455b0f0a0 *sorry for spaming *forgot that one waring is fixed that i too in this file *linuxdonald is running away from barra_library diff -r d70788eaa5d2 -r 0aef41764e0f patches/scons-warnings-patch.diff --- a/patches/scons-warnings-patch.diff Tue Jun 16 18:41:47 2009 +0000 +++ b/patches/scons-warnings-patch.diff Tue Jun 16 18:49:11 2009 +0000 @@ -1,16 +1,3 @@ -Index: utils/util_scripts/path.py -=================================================================== ---- utils/util_scripts/path.py (Revision 2922) -+++ utils/util_scripts/path.py (Arbeitskopie) -@@ -29,7 +29,7 @@ - - from __future__ import generators - --import sys, warnings, os, fnmatch, glob, shutil, codecs, md5 -+import sys, warnings, os, fnmatch, glob, shutil, codecs, hashlib - - __version__ = '2.2' - __all__ = ['path'] Index: SConstruct =================================================================== --- SConstruct (Revision 2922)