changeset 791:a0a09b61376d

health_ntd : Fix bug #39256. Wrong import module name. https://savannah.gnu.org/bugs/index.php?39256
author Bruno M. Villasanti <bvillasanti@thymbra.com>
date Fri, 14 Jun 2013 17:35:53 -0300
parents 497dcfb7e7b8
children 9d3664efc819
files tryton/health_ntd/__init__.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/tryton/health_ntd/__init__.py
+++ b/tryton/health_ntd/__init__.py
@@ -19,4 +19,4 @@
 #
 ##############################################################################
 
-from health_icd10 import *
+from health_ntd import *