Merged in tk0miya/sphinx (pull request #30)

This commit is contained in:
Georg Brandl 2011-11-01 08:37:25 +01:00
commit c90fc0aefa

View File

@ -195,7 +195,7 @@ class Config(object):
# config file is executed
os.chdir(dirname)
# get config source
f = open(config_file, 'rb')
f = open(config_file, 'rU')
try:
source = f.read()
finally: