From 94f1abbbb06d0e56622ce7129b9371faff1f6d15 Mon Sep 17 00:00:00 2001 From: hpk Date: Thu, 18 Sep 2008 18:12:18 +0200 Subject: [PATCH] [svn r58225] remove outdated comment. --HG-- branch : trunk --- py/code/source.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/py/code/source.py b/py/code/source.py index 6fdd08533..76ed8d9d1 100644 --- a/py/code/source.py +++ b/py/code/source.py @@ -4,8 +4,6 @@ import inspect, tokenize import py cpy_compile = compile -# DON'T IMPORT PY HERE - class Source(object): """ a mutable object holding a source code fragment, possibly deindenting it.