[code.view]

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

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

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

contact | logmethods.com