forked from openlp/openlp
removed fixme
This commit is contained in:
parent
dec7cc64b3
commit
a3b99a6a5d
@ -94,8 +94,6 @@ class FirstTimeForm(QtGui.QWizard, Ui_FirstTimeWizard):
|
|||||||
self.web_access = get_web_page(u'%s%s' % (self.web, u'download.cfg'))
|
self.web_access = get_web_page(u'%s%s' % (self.web, u'download.cfg'))
|
||||||
if self.web_access:
|
if self.web_access:
|
||||||
files = self.web_access.read()
|
files = self.web_access.read()
|
||||||
#FIXME: python3 - TypeError: startswith first arg must be bytes or a tuple of bytes, not str
|
|
||||||
#FIXME: python3 - readfp: Deprecated, use read_file instead.
|
|
||||||
self.config.read_string(files.decode())
|
self.config.read_string(files.decode())
|
||||||
self.update_screen_list_combo()
|
self.update_screen_list_combo()
|
||||||
self.was_download_cancelled = False
|
self.was_download_cancelled = False
|
||||||
|
Loading…
Reference in New Issue
Block a user