since we've migrated to python3, there is no need to add "u" prefix
anymore.
Signed-off-by: Kefu Chai <kchai@redhat.com>
import sys
import os
-project = u'Ceph'
-copyright = u'2016, Ceph authors and contributors. Licensed under Creative Commons Attribution Share Alike 3.0 (CC-BY-SA-3.0)'
+project = 'Ceph'
+copyright = '2016, Ceph authors and contributors. Licensed under Creative Commons Attribution Share Alike 3.0 (CC-BY-SA-3.0)'
version = 'dev'
release = 'dev'