diff options
author | Christian Heimes <christian@cheimes.de> | 2007-11-12 19:19:07 (GMT) |
---|---|---|
committer | Christian Heimes <christian@cheimes.de> | 2007-11-12 19:19:07 (GMT) |
commit | f19169f2d5772db906b118039f8b43232357c45f (patch) | |
tree | e9b7aef6c395cf8163ab6e80eb1945af78cd2de6 /Tools | |
parent | 4fe72f9b03f92f126bec69d79ca3e9e09018c988 (diff) | |
download | cpython-f19169f2d5772db906b118039f8b43232357c45f.zip cpython-f19169f2d5772db906b118039f8b43232357c45f.tar.gz cpython-f19169f2d5772db906b118039f8b43232357c45f.tar.bz2 |
Fix for refleak tests through regrtest.py -R:: bug #1414
The pre-commit hook doesn't allow a trailing newline
Diffstat (limited to 'Tools')
-rw-r--r-- | Tools/freeze/flag.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Tools/freeze/flag.py b/Tools/freeze/flag.py new file mode 100644 index 0000000..ea6d633 --- /dev/null +++ b/Tools/freeze/flag.py @@ -0,0 +1 @@ +initialized = True |