[svn r58225] remove outdated comment.

--HG--
branch : trunk
This commit is contained in:
hpk 2008-09-18 18:12:18 +02:00
parent cf007ce7c5
commit 94f1abbbb0
1 changed files with 0 additions and 2 deletions

View File

@ -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.