Package qm :: Module setup
[hide private]
[frames] | no frames]

Module setup

source code

Functions [hide private]
 
find_packages_r(packages, dirname, names)
If 'dirname' is a QM package, add it to 'packages'.
source code
Variables [hide private]
  packages = []
Function Details [hide private]

find_packages_r(packages, dirname, names)

source code 

If 'dirname' is a QM package, add it to 'packages'.

'packages' -- A mutable sequence of package names.

'dirname' -- The (relative) path from the base of the QM package to the directory.

'names' -- A mutable sequence of file names indicating files (and directories) contained in the directory given by 'dirname'.