Removed trailing whitespace from squares.py compatibility comment.

pull/5341/head
Adam Gibson 9 years ago
parent a413423ff6
commit 4f2612fcfd
  1. 2
      samples/python2/squares.py

@ -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

Loading…
Cancel
Save