[Python-checkins] r67656 - sandbox/trunk/2to3/lib2to3/fixes/fix_isinstance.py
armin.ronacher
python-checkins at python.org
Sun Dec 7 23:54:16 CET 2008
Author: armin.ronacher
Date: Sun Dec 7 23:54:16 2008
New Revision: 67656
Log:
Added missing copyright fo 2to3 fix_isinstance.
Modified:
sandbox/trunk/2to3/lib2to3/fixes/fix_isinstance.py
Modified: sandbox/trunk/2to3/lib2to3/fixes/fix_isinstance.py
==============================================================================
--- sandbox/trunk/2to3/lib2to3/fixes/fix_isinstance.py (original)
+++ sandbox/trunk/2to3/lib2to3/fixes/fix_isinstance.py Sun Dec 7 23:54:16 2008
@@ -1,3 +1,6 @@
+# Copyright 2008 Armin Ronacher.
+# Licensed to PSF under a Contributor Agreement.
+
"""Fixer that cleans up a tuple argument to isinstance after the tokens
in it were fixed. This is mainly used to remove double occurrences of
tokens as a leftover of the long -> int / unicode -> str conversion.
More information about the Python-checkins
mailing list