bitbake/lib/bb/*: 1.3.0
authorHolger Hans Peter Freyther <zecke@selfish.org>
Sat, 28 May 2005 20:24:00 +0000 (20:24 +0000)
committerHolger Hans Peter Freyther <zecke@selfish.org>
Sat, 28 May 2005 20:24:00 +0000 (20:24 +0000)
include 'time' into the scope. For bitbake 1.3.1 we need
to define which modules will be visible when executing
embedded python methods

lib/bb/data_dict.py
lib/bb/data_smart.py

index 81e226b..74796b3 100644 (file)
@@ -25,7 +25,7 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
 Based on functions from the base bb module, Copyright 2003 Holger Schurig
 """
 
-import os, re, sys, types, copy
+import os, re, sys, time, types, copy
 from   bb import note, debug, fatal
 
 try:
index 36b2353..6b788ac 100644 (file)
@@ -28,7 +28,7 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
 Based on functions from the base bb module, Copyright 2003 Holger Schurig
 """
 
-import copy, os, re, sys, types
+import copy, os, re, sys, time, types
 from   bb import note, debug, fatal
 
 try: