Removed unintentional trailing spaces in text files.

This commit is contained in:
Serhiy Storchaka 2015-03-29 19:12:58 +03:00
parent 1770fde94c
commit bfbfc8deb2
15 changed files with 66 additions and 66 deletions

View file

@ -1,5 +1,5 @@
unittestgui.py is GUI framework and application for use with Python unit
testing framework. It executes tests written using the framework provided
unittestgui.py is GUI framework and application for use with Python unit
testing framework. It executes tests written using the framework provided
by the 'unittest' module.
Based on the original by Steve Purcell, from: