Brian Bouterse created QPID-7073:
------------------------------------

             Summary: Qpid python imports should never import with *
                 Key: QPID-7073
                 URL: https://issues.apache.org/jira/browse/QPID-7073
             Project: Qpid
          Issue Type: Task
          Components: Python Client
    Affects Versions: 0.32
            Reporter: Brian Bouterse
            Priority: Minor


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.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org

Reply via email to