[FIX] tools: missing import in tools pack

lp bug: https://launchpad.net/bugs/605053 fixed

bzr revid: hmo@tinyerp.com-20100907064553-1lwfec7t3g6rhjm0
This commit is contained in:
Numérigraphe 2010-09-07 12:15:53 +05:30 committed by Harry (OpenERP)
parent 1bfe6b08b0
commit d6ffcfc3d9
1 changed files with 1 additions and 0 deletions

View File

@ -29,6 +29,7 @@ from graph import graph
from amount_to_text import *
from amount_to_text_en import *
from pdf_utils import *
from yaml_import import *
from sql import *
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: