Skip to content
Permalink
Browse files
yet another fix following 3da32c0
  • Loading branch information
brushtyler committed Dec 10, 2012
1 parent d25cda7 commit 4e0d668
Showing 1 changed file with 1 addition and 1 deletion.
@@ -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)

0 comments on commit 4e0d668

Please sign in to comment.