Merge branch 'development'

This commit is contained in:
Test User 2016-03-14 04:12:59 +01:00
commit 20ad857781
2 changed files with 3 additions and 2 deletions

View File

@ -1 +1 @@
v2.0.0-16-g344c6f6
v2.0.0-18-g2dbdf9a

View File

@ -104,7 +104,8 @@ class extendableOption(Option):
class backgroundMessage(threading.Thread):
"""reporting with animation to indicate progress"""
choices = {'bounce': ['_','o','O','°','¯','¯','°','O','o',],
choices = {'bounce': ['_', 'o', 'O', u'\u00B0',
u'\u203e',u'\u203e',u'\u00B0','O','o','_'],
'circle': [u'\u25f4',u'\u25f5',u'\u25f6',u'\u25f7'],
'hexagon': [u'\u2b22',u'\u2b23'],
'square': [u'\u2596',u'\u2598',u'\u259d',u'\u2597'],