Merge 3.2

This commit is contained in:
Éric Araujo 2011-08-12 18:03:30 +02:00
commit f04488e2ba
1 changed files with 3 additions and 2 deletions

View File

@ -141,8 +141,9 @@ def main():
reported_news(special_files)
# Test suite run and passed.
print()
print("Did you run the test suite?")
if python_files or c_files:
print()
print("Did you run the test suite?")
if __name__ == '__main__':