From 947ed7675a19aa88040562f819ac9406f5d81549 Mon Sep 17 00:00:00 2001 From: lecoanet Date: Tue, 13 Jun 2006 09:00:15 +0000 Subject: Correction de ZINC_NO_PART de -1 � "" pour �tre en coh�rence avec currentpart (Mathieu Cousy). --- Python/library/Zinc.py.in | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'Python/library/Zinc.py.in') diff --git a/Python/library/Zinc.py.in b/Python/library/Zinc.py.in index 4232a97..7c193b6 100644 --- a/Python/library/Zinc.py.in +++ b/Python/library/Zinc.py.in @@ -25,15 +25,13 @@ import os import locale, types import traceback -ZINC_NO_PART = -1 ZINC_CURRENT_POSITION = -2 ZINC_SPEED_VECTOR = -3 ZINC_LEADER = -4 ZINC_CONNECTION = -5 _LIBLOADED = 0 _VERSION = "" -ZINC_NO_PART = "-1" - +ZINC_NO_PART = "" # current part dictionnary ZINC_DPART = { 'position' : ZINC_CURRENT_POSITION, -- cgit v1.1