aboutsummaryrefslogtreecommitdiff
path: root/Python/library
diff options
context:
space:
mode:
Diffstat (limited to 'Python/library')
-rw-r--r--Python/library/Zinc.py6
-rw-r--r--Python/library/graphics.py2
2 files changed, 4 insertions, 4 deletions
diff --git a/Python/library/Zinc.py b/Python/library/Zinc.py
index f55aa56..d5a276d 100644
--- a/Python/library/Zinc.py
+++ b/Python/library/Zinc.py
@@ -6,7 +6,7 @@
# Authors : Frederic Lepied, Patrick Lecoanet
# Created Date : Thu Jul 22 09:36:04 1999
#
-# $Id$
+# $Id: Zinc.py 1908 2008-09-15 09:38:54Z lecoanet $
#
#
# Copyright (c) 1999 CENA --
@@ -16,8 +16,8 @@
#
#
-__version__ = "$Revision$"
-__revision__ = "$Revision$"
+__version__ = "$Revision: 1908 $"
+__revision__ = "$Revision: 1908 $"
from Tkinter import *
import new
diff --git a/Python/library/graphics.py b/Python/library/graphics.py
index 20f68c7..5277e5c 100644
--- a/Python/library/graphics.py
+++ b/Python/library/graphics.py
@@ -43,7 +43,7 @@
# Authors: Jean-Luc Vinot <vinot@cena.fr>
# PM2PY: Guillaume Vidon <vidon@ath.cena.fr>
#
-# $Id$
+# $Id: graphics.py 1697 2005-06-13 00:25:58Z vidon $
#-------------------------------------------------------------------------------
"""
VERSION = "1.0"