Piet van Oostrum <p...@vanoostrum.org> writes:

> from import * is considered bad practice anyway. It is better just to import 
> the things you need.
>
> from pykkar import World, Pykkar, _WorldProper

Or, even better, be explicit:

    import pykkar

    …

    foo = pykkar.World()

-- 
 \          “Computer perspective on Moore's Law: Human effort becomes |
  `\           twice as expensive roughly every two years.” —anonymous |
_o__)                                                                  |
Ben Finney

-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to