diff options
| author | Guido van Rossum <guido@python.org> | 1998-06-26 13:38:38 +0000 |
|---|---|---|
| committer | Guido van Rossum <guido@python.org> | 1998-06-26 13:38:38 +0000 |
| commit | 1cd4d52f2f1fe52f3480f490bcc6ef4dc4e4de19 (patch) | |
| tree | 454291458b2d46d2233e5070c7e938801818ee1f /Lib/test | |
| parent | 88b63b8d30e57849c184e30c5fd0388701fef9ae (diff) | |
| download | cpython-git-1cd4d52f2f1fe52f3480f490bcc6ef4dc4e4de19.tar.gz | |
Remove RCS and #! cruft at top.
Diffstat (limited to 'Lib/test')
| -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 d5b16c662b..86a9db65c7 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 |
