From 9760380115d4e34f4190eab562ec063bba7d5a5f Mon Sep 17 00:00:00 2001 From: Ivan X Date: Sun, 10 Jan 2016 11:54:57 -0500 Subject: [PATCH] credit to Greg Branche for original Applesoft --- scripts/clock.patch.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/clock.patch.py b/scripts/clock.patch.py index 67a5500..8dec845 100755 --- a/scripts/clock.patch.py +++ b/scripts/clock.patch.py @@ -1,5 +1,5 @@ #!/usr/bin/env python -'''CLOCK.PATCH implemented in Python 2/3 for A2SERVER +'''CLOCK.PATCH by Greg Branche implemented in Python 2/3 for A2SERVER This is a line-for-line conversion of an edited version of CLOCK.PATCH from the System Tools 2 disk in GS/OS 6.0.1. It's not good Python,