From 5b7e9d76f39dbf63573519c178835f72e5a5027a Mon Sep 17 00:00:00 2001 From: Collin Winter Date: Thu, 30 Aug 2007 03:52:21 +0000 Subject: General cleanup, raise normalization in Lib/distutils. --- Lib/distutils/debug.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'Lib/distutils/debug.py') diff --git a/Lib/distutils/debug.py b/Lib/distutils/debug.py index b67139c7d4..2886744402 100644 --- a/Lib/distutils/debug.py +++ b/Lib/distutils/debug.py @@ -1,7 +1,5 @@ import os -# This module should be kept compatible with Python 2.1. - __revision__ = "$Id$" # If DISTUTILS_DEBUG is anything other than the empty string, we run in -- cgit v1.2.1