diff options
author | Guido van Rossum <guido@python.org> | 1998-06-26 13:38:38 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1998-06-26 13:38:38 (GMT) |
commit | 1cd4d52f2f1fe52f3480f490bcc6ef4dc4e4de19 (patch) | |
tree | 454291458b2d46d2233e5070c7e938801818ee1f /Lib/test/test_re.py | |
parent | 88b63b8d30e57849c184e30c5fd0388701fef9ae (diff) | |
download | cpython-1cd4d52f2f1fe52f3480f490bcc6ef4dc4e4de19.zip cpython-1cd4d52f2f1fe52f3480f490bcc6ef4dc4e4de19.tar.gz cpython-1cd4d52f2f1fe52f3480f490bcc6ef4dc4e4de19.tar.bz2 |
Remove RCS and #! cruft at top.
Diffstat (limited to 'Lib/test/test_re.py')
-rw-r--r-- | Lib/test/test_re.py | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Lib/test/test_re.py b/Lib/test/test_re.py index d5b16c6..86a9db6 100644 --- a/Lib/test/test_re.py +++ b/Lib/test/test_re.py @@ -1,7 +1,3 @@ -#!/usr/local/bin/python -# -*- mode: python -*- -# $Id$ - import sys sys.path=['.']+sys.path |