Update Draft.py

Fixed missing commas.
This commit is contained in:
Roy-043
2021-11-24 17:50:15 +01:00
committed by GitHub
parent 47ac12dbfd
commit f457001f1f

View File

@@ -120,11 +120,11 @@ from draftutils.gui_utils import (dim_symbol,
dim_dash,
dimDash)
from draftutils.groups import (is_group
from draftutils.groups import (is_group,
get_group_names,
getGroupNames,
ungroup,
get_windows
get_windows,
get_group_contents,
getGroupContents,
get_movable_children,