« Previous | Next » 

Revision 9943e0ec

ID9943e0ec38786125ce1bbaf82ba6c3cadb976ba6

Added by Stefan Hajnoczi almost 12 years ago

tracetool: avoid pkgutil.iter_modules() Python 2.7 function

The pkgutil.iter_modules() function provides a way to enumerate child
modules. Unfortunately it's missing in Python <2.7 so we must implement
similar behavior ourselves.

Signed-off-by: Stefan Hajnoczi <>
Reviewed-by: Lluís Vilanova <>

Files

  • added
  • modified
  • copied
  • renamed
  • deleted

View differences