Commit 4f2612fc authored by Adam Gibson's avatar Adam Gibson

Removed trailing whitespace from squares.py compatibility comment.

parent a413423f
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment