added fixmes

This commit is contained in:
Andreas Preikschat 2013-03-31 10:53:34 +02:00
parent 28b557af80
commit aa7d56c4bc

View File

@ -94,6 +94,8 @@ class FirstTimeForm(QtGui.QWizard, Ui_FirstTimeWizard):
self.web_access = get_web_page(u'%s%s' % (self.web, u'download.cfg'))
if self.web_access:
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.readfp(io.BytesIO(files))
self.update_screen_list_combo()
self.was_download_cancelled = False