summaryrefslogtreecommitdiffstats
path: root/Tools
diff options
context:
space:
mode:
authorChristian Heimes <christian@cheimes.de>2007-11-12 19:19:07 (GMT)
committerChristian Heimes <christian@cheimes.de>2007-11-12 19:19:07 (GMT)
commitf19169f2d5772db906b118039f8b43232357c45f (patch)
treee9b7aef6c395cf8163ab6e80eb1945af78cd2de6 /Tools
parent4fe72f9b03f92f126bec69d79ca3e9e09018c988 (diff)
downloadcpython-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.py1
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