code review of modules in lib/core directory

This commit is contained in:
Miroslav Stampar
2011-01-15 12:13:45 +00:00
parent 2d9b151883
commit 6a0e0cde3c
9 changed files with 70 additions and 81 deletions

View File

@@ -20,7 +20,7 @@ try:
import psyco
psyco.full()
psyco.profile()
except ImportError, _:
except ImportError:
pass
from lib.controller.controller import start