[IMP] Use the PEP8 specification for the import

bzr revid: stephane@tinyerp.com-20081216181007-0gsqhlaqnuebdpfg
This commit is contained in:
Stephane Wirtel 2008-12-16 19:10:07 +01:00
parent 4d3b928610
commit 779b8ff618
1 changed files with 6 additions and 2 deletions

View File

@ -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):