[FIX] tools: some import cleaning and fixing.

bzr revid: tde@openerp.com-20121106115851-5f5sfhtp2g3qrm1o
This commit is contained in:
Thibault Delavallée 2012-11-06 12:58:51 +01:00
parent da6ad1e27c
commit 5f53f5253b
2 changed files with 2 additions and 3 deletions

View File

@ -20,7 +20,9 @@
##############################################################################
import lxml.html
import openerp.pooler as pooler
import operator
import random
import re
from openerp.loglevels import ustr

View File

@ -30,8 +30,6 @@ from functools import wraps
import subprocess
import logging
import os
import random
import re
import socket
import sys
import threading
@ -44,7 +42,6 @@ from lxml import etree
from which import which
from threading import local
import openerp.pooler as pooler
from config import config
from cache import *