Make the global "actions" variable a local inside parse_opts() since the
authorZac Medico <zmedico@gentoo.org>
Tue, 23 Jun 2009 19:10:12 +0000 (19:10 -0000)
committerZac Medico <zmedico@gentoo.org>
Tue, 23 Jun 2009 19:10:12 +0000 (19:10 -0000)
commit31b343fb0130b34ef69cd695c48b7f02f3a9148b
treefc0354fe367fa9a8ea9426ac4a430c33c7a1eaf9
parentd00f9c88bc5ccd132d8bd8ee858dad2ac8aab8df
Make the global "actions" variable a local inside parse_opts() since the
name collision with the _emerge.actions module triggers this traceback with
epydoc-3.0.1:

Traceback (most recent call last):
  File "/usr/bin/epydoc", line 13, in <module>
    cli()
  File "/usr/lib/python2.6/site-packages/epydoc/cli.py", line 965, in cli
    main(options, names)
  File "/usr/lib/python2.6/site-packages/epydoc/cli.py", line 757, in main
    exclude_parse=exclude_parse)
  File "/usr/lib/python2.6/site-packages/epydoc/docbuilder.py", line 235, in build_doc_index
    docindex = DocIndex(docs)
  File "/usr/lib/python2.6/site-packages/epydoc/apidoc.py", line 1715, in __init__
    raise ValueError("All APIdocs passed to DocIndexer "
ValueError: All APIdocs passed to DocIndexer must already have canonical names.

svn path=/main/trunk/; revision=13674
pym/_emerge/__init__.py