Skip to content

Commit

Permalink
ENH: Use the correct definition of the AView trait now that the block…
Browse files Browse the repository at this point in the history
…ing bug in Traits has been fixed.
  • Loading branch information
rkern committed Jun 21, 2011
1 parent d675ef0 commit e8209c5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions traitsui/ui_traits.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,7 @@
desc = 'the action buttons to add to the bottom of the view' )

# View trait specified by name or instance:
AView = Any
#AView = Trait( '', Str, Instance( 'traitsui.view.View' ) )
AView = Trait( '', Str, Instance( 'traitsui.view.View' ) )

#-------------------------------------------------------------------------------
# 'StatusItem' class:
Expand Down

0 comments on commit e8209c5

Please sign in to comment.