From 779b8ff618664147f9c40eab82a730bd21275318 Mon Sep 17 00:00:00 2001 From: Stephane Wirtel Date: Tue, 16 Dec 2008 19:10:07 +0100 Subject: [PATCH] [IMP] Use the PEP8 specification for the import bzr revid: stephane@tinyerp.com-20081216181007-0gsqhlaqnuebdpfg --- bin/tools/config.py | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/bin/tools/config.py b/bin/tools/config.py index 224ac5e4e72..1d5a3372537 100644 --- a/bin/tools/config.py +++ b/bin/tools/config.py @@ -20,8 +20,12 @@ # ############################################################################## -import ConfigParser,optparse,os,sys -import netsvc,logging +import ConfigParser +import optparse +import os +import sys +import netsvc +import logging import release class configmanager(object):