summaryrefslogtreecommitdiff
blob: 442aeea675003866b2416301fa19f0f1d50a935f (plain)
1
2
3
4
5
6
7
8
9
10
11
--- urwid-1.1.0/docs/conf.py
+++ urwid-1.1.0/docs/conf.py
@@ -46,7 +46,7 @@
 # The version info for the project you're documenting, acts as replacement for
 # |version| and |release|, also used in various other places throughout the
 # built documents.
-FILE_PATH = os.path.dirname(__file__).decode('utf-8')
+FILE_PATH = os.path.dirname(__file__)
 VERSION_MODULE = os.path.abspath(os.path.join(FILE_PATH,
     '../urwid/version.py'))
 VERSION_VARS = {}