aboutsummaryrefslogtreecommitdiff
path: root/Python
diff options
context:
space:
mode:
Diffstat (limited to 'Python')
-rw-r--r--Python/library/Zinc.py.in4
1 files changed, 2 insertions, 2 deletions
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