[IMP] PEP8

bzr revid: stephane@tinyerp.com-20081229085631-i9ux70nm57g5tx4s
This commit is contained in:
Stephane Wirtel 2008-12-29 09:56:31 +01:00
parent f0b13583ec
commit 55a598d504
1 changed files with 3 additions and 1 deletions

View File

@ -34,7 +34,9 @@ GNU Public Licence.
#----------------------------------------------------------
# python imports
#----------------------------------------------------------
import sys, os, signal
import sys
import os
import signal
#----------------------------------------------------------
# ubuntu 8.04 has obsoleted `pyxml` package and installs here.
# the path needs to be updated before any `import xml`