Package qm :: Package dist :: Package command :: Module install_extensions
[hide private]
[frames] | no frames]

Module install_extensions

source code

Classes [hide private]
  install_extensions
Install extension files.
Functions [hide private]
 
_compare_files(a, b)
Compare the content of two files.
source code
Variables [hide private]
  __package__ = 'qm.dist.command'
Function Details [hide private]

_compare_files(a, b)

source code 

Compare the content of two files.

'a' -- Filename of first file to be compared.

'b' -- Filename of second file to be compared.

returns -- True if both files have the same content, False otherwise.