[code.view]

[top] / python / PyMOTW / filecmp / filecmp_dircmp_report_full_closure.py

     #!/usr/bin/env python
     # encoding: utf-8
     #
     # Copyright (c) 2008 Doug Hellmann All rights reserved.
     #
     """
     """
     
     __version__ = "$Id$"
     #end_pymotw_header
     
     import filecmp
     
     filecmp.dircmp('example/dir1', 'example/dir2').report_full_closure()

[top] / python / PyMOTW / filecmp / filecmp_dircmp_report_full_closure.py

contact | logmethods.com