diff options
author | Georg Brandl <georg@python.org> | 2010-01-01 13:07:05 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2010-01-01 13:07:05 (GMT) |
commit | 8cdc9bc9018af92faef452c4364421a1c77a029d (patch) | |
tree | 02ceaa35e892ae8b60b95ade8b13c3f9e03ea3a0 /Lib/lib-tk | |
parent | 9db77468bc581b9c32e03a7190d7d502c7522f77 (diff) | |
download | cpython-8cdc9bc9018af92faef452c4364421a1c77a029d.zip cpython-8cdc9bc9018af92faef452c4364421a1c77a029d.tar.gz cpython-8cdc9bc9018af92faef452c4364421a1c77a029d.tar.bz2 |
More yearly updates.
Diffstat (limited to 'Lib/lib-tk')
-rw-r--r-- | Lib/lib-tk/turtle.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/lib-tk/turtle.py b/Lib/lib-tk/turtle.py index afe5658..e9dba10 100644 --- a/Lib/lib-tk/turtle.py +++ b/Lib/lib-tk/turtle.py @@ -2,7 +2,7 @@ # turtle.py: a Tkinter based turtle graphics module for Python # Version 1.0.1 - 24. 9. 2009 # -# Copyright (C) 2006 - 2009 Gregor Lingl +# Copyright (C) 2006 - 2010 Gregor Lingl # email: glingl@aon.at # # This software is provided 'as-is', without any express or implied |