Remove the only remaining reference to `u'` string prefix

This commit is contained in:
ZyX 2014-09-14 14:28:52 +04:00
parent f8b9ad4ac4
commit f073437f02
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ sys.path.insert(0, os.path.abspath(os.getcwd()))
extensions = ['powerline_autodoc', 'sphinx.ext.todo', 'sphinx.ext.coverage', 'sphinx.ext.viewcode']
source_suffix = '.rst'
master_doc = 'index'
project = u'Powerline'
project = 'Powerline'
version = 'beta'
release = 'beta'
exclude_patterns = ['_build']