[FIX] Missing import in convert for yaml

bzr revid: mra@mra-laptop-20100714053557-b3s6jz1teb7lni70
This commit is contained in:
Mustufa Rangwala 2010-07-14 11:05:57 +05:30
parent 55c8838e57
commit 7678e0bafc
1 changed files with 4 additions and 3 deletions

View File

@ -45,6 +45,7 @@ import netsvc
import osv
import pooler
from config import config
from yaml_import import convert_yaml_import
# Import of XML records requires the unsafe eval as well,
# almost everywhere, which is ok because it supposedly comes