Merged upstream master
authorHilton Bristow <hilton.bristow@gmail.com>
Tue, 4 Mar 2014 01:14:03 +0000 (11:14 +1000)
committerHilton Bristow <hilton.bristow@gmail.com>
Tue, 4 Mar 2014 01:14:03 +0000 (11:14 +1000)
1  2 
modules/java/generator/rst_parser.py

@@@ -1,9 -1,7 +1,8 @@@
  #!/usr/bin/env python
  
 +from __future__ import print_function
  import os, sys, re, string, fnmatch
- allmodules = ["core", "flann", "imgproc", "ml", "highgui", "video", "features2d", "calib3d", "objdetect", "legacy", "contrib", "cuda", "androidcamera", "java", "python", "stitching", "ts", "photo", "nonfree", "videostab", "ocl", "softcascade", "superres"]
+ allmodules = ["core", "flann", "imgproc", "ml", "highgui", "video", "features2d", "calib3d", "objdetect", "legacy", "contrib", "cuda", "androidcamera", "java", "python", "stitching", "ts", "photo", "nonfree", "videostab", "softcascade", "superres"]
  verbose = False
  show_warnings = True
  show_errors = True