diff --git a/pycmx/edit_list.py b/pycmx/edit_list.py index d92a654..9ffa298 100644 --- a/pycmx/edit_list.py +++ b/pycmx/edit_list.py @@ -1,7 +1,7 @@ # pycmx # (c) 2018-2025 Jamie Hardt -from pycmx.statements import (StmtTitle, StmtEvent, StmtUnrecognized, +from pycmx.statements import (StmtTitle, StmtEvent, StmtUnrecognized, StmtSourceUMID) from .event import Event from .channel_map import ChannelMap