iro/iro.py
changeset 33 2b3f1b9a1e48
parent 25 7295e27e8c99
child 34 b82c60d84623
--- a/iro/iro.py	Sun Feb 07 05:12:57 2010 +0100
+++ b/iro/iro.py	Sun Feb 07 17:03:40 2010 +0100
@@ -11,7 +11,7 @@
 #You should have received a copy of the GNU General Public License
 #along with this program; if not, see <http://www.gnu.org/licenses/>.
 
-import logging,multiprocessing
+import logging 
 #logging anfangen
 logger=logging.getLogger("iro")
 logging.basicConfig(level=logging.DEBUG, format='%(asctime)s %(name)s(%(processName)s)-%(levelname)s: %(message)s')
@@ -88,7 +88,6 @@
 def start(userlist):
     from multiprocessing import Queue
     from multiprocessing.managers import BaseManager
-    import multiprocessing, logging
 
     
     class MyManager(BaseManager):