~ubuntu-branches/debian/sid/calibre/sid

« back to all changes in this revision

Viewing changes to src/calibre/utils/config_base.py

  • Committer: Package Import Robot
  • Author(s): Martin Pitt
  • Date: 2014-05-14 18:17:50 UTC
  • mto: This revision was merged to the branch mainline in revision 75.
  • Revision ID: package-import@ubuntu.com-20140514181750-efj1wymey2vb4cao
Tags: upstream-1.36.0+dfsg
ImportĀ upstreamĀ versionĀ 1.36.0+dfsg

Show diffs side-by-side

added added

removed removed

Lines of Context:
193
193
            try:
194
194
                if not isinstance(src, unicode):
195
195
                    src = src.decode('utf-8')
 
196
                src = src.replace(u'PyQt5.QtCore', u'PyQt4.QtCore')
196
197
                exec src in options
197
198
            except:
198
199
                print 'Failed to parse options string:'