I made file.py to make decensor.py more clear.
For release version, must change False to True, to print what files are not going to be decensored
file.check_file( input_dir, output_dir, False) --> file.check_file( input_dir, output_dir, True)
(it's about solving #25)