Removed trailing whitespace from squares.py compatibility comment.

This commit is contained in:
Adam Gibson 2015-09-14 13:03:16 +08:00
parent a413423ff6
commit 4f2612fcfd

View File

@ -6,7 +6,7 @@ Simple "Square Detector" program.
Loads several images sequentially and tries to find squares in each image.
'''
# Python 2/3 compatibility
# Python 2/3 compatibility
import sys
PY3 = sys.version_info[0] == 3