From b49b1e81a9ca074c7290abe0d3f8bf90505e3b72 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sat, 23 Jul 2016 22:45:58 +0530 Subject: [PATCH] Oops, forgot to remove a no longer needed mixin --- src/calibre/gui2/preferences/create_custom_column.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/calibre/gui2/preferences/create_custom_column.py b/src/calibre/gui2/preferences/create_custom_column.py index 9a5bfd1a77..e3ade463a5 100644 --- a/src/calibre/gui2/preferences/create_custom_column.py +++ b/src/calibre/gui2/preferences/create_custom_column.py @@ -12,10 +12,9 @@ from PyQt5.Qt import ( QCheckBox ) -from calibre.gui2.preferences.create_custom_column_ui import Ui_QCreateCustomColumn from calibre.gui2 import error_dialog -class CreateCustomColumn(QDialog, Ui_QCreateCustomColumn): +class CreateCustomColumn(QDialog): # Note: in this class, we are treating is_multiple as the boolean that # custom_columns expects to find in its structure. It does not use the dict