diff --git a/Lib/asynchat.py b/Lib/asynchat.py index f04d2facb7bc..e725a2b12ad8 100644 --- a/Lib/asynchat.py +++ b/Lib/asynchat.py @@ -1,5 +1,5 @@ # -*- Mode: Python; tab-width: 4 -*- -# $Id$ +# Id: asynchat.py,v 2.23 1999/05/01 04:49:24 rushing Exp # Author: Sam Rushing # ======================================================================