Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
FSL
melview
Commits
618d6bea
Commit
618d6bea
authored
Nov 18, 2014
by
David Flitney
Browse files
Tidy up a few imports - remove unneeded references to enthought namespaces
parent
a9f6cd58
Changes
1
Hide whitespace changes
Inline
Side-by-side
melview/melodic_traits.py
View file @
618d6bea
...
@@ -192,10 +192,9 @@ class Classification(HasTraits):
...
@@ -192,10 +192,9 @@ class Classification(HasTraits):
view
=
View
(
Item
(
'class_name'
,
show_label
=
False
,
style
=
'custom'
)
)
view
=
View
(
Item
(
'class_name'
,
show_label
=
False
,
style
=
'custom'
)
)
from
traitsui.api
import
TableEditor
from
traitsui.api
import
TableEditor
,
TabularEditor
from
traitsui.table_column
import
ObjectColumn
from
traitsui.table_column
import
ObjectColumn
from
enthought.traits.api
import
Color
from
traits.api
import
Color
from
enthought.traits.ui.api
import
TabularEditor
class
ClassificationColumn
(
ObjectColumn
):
class
ClassificationColumn
(
ObjectColumn
):
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment