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