iro/iro.py
changeset 34 b82c60d84623
parent 33 2b3f1b9a1e48
child 35 cf22ec25ec23
--- a/iro/iro.py	Sun Feb 07 17:03:40 2010 +0100
+++ b/iro/iro.py	Sun Feb 07 17:05:24 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 
+import multiprocessing, logging 
 #logging anfangen
 logger=logging.getLogger("iro")
 logging.basicConfig(level=logging.DEBUG, format='%(asctime)s %(name)s(%(processName)s)-%(levelname)s: %(message)s')