[FIX] name error in import

This commit is contained in:
Alexandre Fayolle 2013-01-21 12:23:43 +01:00 committed by Thierry Ducrest
parent 4f22841f77
commit 3206c028bb
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ from openerp.tools.config import config as system_base_config
from .system_info import get_server_environment from .system_info import get_server_environment
import openerp.addons import server_environment_files from openerp.addons import server_environment_files
_dir = os.path.dirname(server_environment_files.__file__) _dir = os.path.dirname(server_environment_files.__file__)
# Same dict as RawConfigParser._boolean_states # Same dict as RawConfigParser._boolean_states