diff options
Diffstat (limited to 'bitbake/lib/bb/ui/ncurses.py')
| -rw-r--r-- | bitbake/lib/bb/ui/ncurses.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bitbake/lib/bb/ui/ncurses.py b/bitbake/lib/bb/ui/ncurses.py index da4fbeabb6..cf1c876a51 100644 --- a/bitbake/lib/bb/ui/ncurses.py +++ b/bitbake/lib/bb/ui/ncurses.py | |||
| @@ -48,6 +48,8 @@ import bb | |||
| 48 | import xmlrpc.client | 48 | import xmlrpc.client |
| 49 | from bb.ui import uihelper | 49 | from bb.ui import uihelper |
| 50 | 50 | ||
| 51 | logger = logging.getLogger(__name__) | ||
| 52 | |||
| 51 | parsespin = itertools.cycle( r'|/-\\' ) | 53 | parsespin = itertools.cycle( r'|/-\\' ) |
| 52 | 54 | ||
| 53 | X = 0 | 55 | X = 0 |
