petervizi/python-eeml

exception_example.py module import error

Closed this issue · 1 comments

In exception_example.py

Line 5 reads:
from eeml import CosmError

This generates an error:
ImportError: cannot import name CosmError

The code works when changed into:
from eeml.datastream import CosmError

This is probably a bug.

Platform: Raspberry Pi with Raspbian (updated yy130420).

Fixed in 680c3ab