From 2da16449b46e0520c1b7bc5ba954388bc913dac0 Mon Sep 17 00:00:00 2001 From: aubry Date: Mon, 17 Jul 2006 07:08:32 +0000 Subject: - Correction du constructeur de Mapinfo, pour les cas o� on utilisait l'argument name --- Python/library/Zinc.py.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Python') diff --git a/Python/library/Zinc.py.in b/Python/library/Zinc.py.in index 7c193b6..747e91c 100644 --- a/Python/library/Zinc.py.in +++ b/Python/library/Zinc.py.in @@ -1201,8 +1201,8 @@ class Mapinfo: self.name = name else: self.name = `id( self )` - self.interp = interp.tk - apply( self.interp.call, ( 'mapinfo', self.name, 'create' ) ) + self.interp = interp.tk + apply( self.interp.call, ( 'mapinfo', self.name, 'create' ) ) def __repr__( self ): return self.name -- cgit v1.1