On Fri, Jan 8, 2016 at 3:50 AM, Robert wrote:
> Hi,
>
> I see the following code. After searching around, I still don't know the
> meaning of '.'. Could you tell me that ? Thanks,
>
>
>
>
>
> from . import _hmmc
> from .utils import normalize
That's called a package-relative import.
https://www.
Hi,
I see the following code. After searching around, I still don't know the
meaning of '.'. Could you tell me that ? Thanks,
from . import _hmmc
from .utils import normalize
--
https://mail.python.org/mailman/listinfo/python-list