Skip to content

Commit

Permalink
Update learn-the-basics.md
Browse files Browse the repository at this point in the history
Missing Looper module import
  • Loading branch information
samtux committed Aug 3, 2018
1 parent 982bd79 commit 652dbc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/learn-the-basics.md
Expand Up @@ -142,7 +142,7 @@ By default any references defined within a component are "private" and cannot be


:::python
from enamlnative.core.api import Block
from enamlnative.core.api import Block, Looper
from enamlnative.widgets.api import *

enamldef SettingsItem(Flexbox):
Expand Down

0 comments on commit 652dbc1

Please sign in to comment.