Uploaded image for project: 'Qpid'
  1. Qpid
  2. QPID-7073

Qpid python imports should never import with *

    XMLWordPrintableJSON

Details

    • Task
    • Status: Open
    • Minor
    • Resolution: Unresolved
    • 0.32
    • None
    • Python Client
    • None

    Description

      It's generally regarded as unwise to import things unexpectedly into a Python namespace. That is usually done with statements like:

      from foo.bar import *

      Those should be replaced with explicit imports.

      Attachments

        Activity

          People

            Unassigned Unassigned
            bmbouter Brian Bouterse
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated: