[REF] netsvc: it seems the re-exports from loglevels are no longer necessary.

bzr revid: vmt@openerp.com-20130326163336-61jh2efakhg0gmoi
This commit is contained in:
Vo Minh Thu 2013-03-26 17:33:36 +01:00
parent a4fbd26541
commit 4ebedfc25d
1 changed files with 0 additions and 2 deletions

View File

@ -38,8 +38,6 @@ try:
except ImportError:
psutil = None
# TODO modules that import netsvc only for things from loglevels must be changed to use loglevels.
from loglevels import *
import tools
import openerp