freemyipod r679 - Code Review

Jump to: navigation, search
Repository:freemyipod
Revision:r678‎ | r679 | r680 >
Date:23:36, 29 March 2011
Author:farthen
Status:new
Tags:
Comment:
emcore tools/misc.py: Fix a missing import
Modified paths:
  • /emcore/trunk/tools/misc.py (modified) (history)

Diff [purge]

Index: emcore/trunk/tools/misc.py
@@ -268,6 +268,7 @@
269269 for thread in threads:
270270 if address == thread.addr:
271271 return thread
 272+ from libemcoredata import scheduler_thread
272273 thread = scheduler_thread()._to_bunch()
273274 thread.name = "[Invalid Thread %08X]" % address
274275 return thread