From 2a74f88fcaf3d3baac24397de81a967c0b8c73e2 Mon Sep 17 00:00:00 2001
From: RaNaN <Mast3rRaNaN@hotmail.de>
Date: Thu, 17 May 2012 20:06:11 +0200
Subject: small typo fixes and TODOs

---
 module/threads/AddonThread.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'module/threads')

diff --git a/module/threads/AddonThread.py b/module/threads/AddonThread.py
index 3a378ad6e..b6a552e0e 100644
--- a/module/threads/AddonThread.py
+++ b/module/threads/AddonThread.py
@@ -37,7 +37,7 @@ class AddonThread(BaseThread):
 
         pyfile.finishIfDone()
 
-    def run(self):
+    def run(self): #TODO: approach via func_code
         try:
             try:
                 self.kwargs["thread"] = self
-- 
cgit v1.2.3