Skip to content

Commit

Permalink
yet another fix following 3da32c0
Browse files Browse the repository at this point in the history
  • Loading branch information
brushtyler committed Dec 10, 2012
1 parent d25cda7 commit 4e0d668
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/plugins/db_manager/dlg_import_vector.py
Expand Up @@ -30,7 +30,7 @@

from .ui.ui_DlgImportVector import Ui_DbManagerDlgImportVector as Ui_Dialog

class DlgImportVector(QDialog, ):
class DlgImportVector(QDialog, Ui_Dialog):

HAS_INPUT_MODE, ASK_FOR_INPUT_MODE = range(2)

Expand Down

0 comments on commit 4e0d668

Please sign in to comment.