Update Draft.py
Fixed missing commas.
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user