summaryrefslogtreecommitdiff
path: root/example
diff options
context:
space:
mode:
Diffstat (limited to 'example')
-rw-r--r--example/GardenSnake/GardenSnake.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/example/GardenSnake/GardenSnake.py b/example/GardenSnake/GardenSnake.py
index 3520ee4..0633f87 100644
--- a/example/GardenSnake/GardenSnake.py
+++ b/example/GardenSnake/GardenSnake.py
@@ -31,9 +31,13 @@
#
# Andrew Dalke / Dalke Scientific Software, LLC
# 30 August 2006 / Cape Town, South Africa
+#
+# Lolbot Iichan / Moonworks
+# 12 July 2020 / Moscow, Russia
# Changelog:
# 30 August - added link to CC license; removed the "swapcase" encoding
+# 12 July - ported to Python 3; fixed whitespace in some regex
# Modifications for inclusion in PLY distribution
import sys