Skip to content

Commit

Permalink
Fix python errors
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn committed Nov 18, 2015
1 parent 5399855 commit 7b0815b
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
14 changes: 7 additions & 7 deletions python/PyQt/PyQt4/QtPrintSupport.py
@@ -1,10 +1,10 @@
from PyQt4.QtGui import (
QAbstractPrintDialog
QPageSetupDialog
QPrintDialog
QPrintEngine
QPrintPreviewDialog
QPrintPreviewWidget
QPrinter
QAbstractPrintDialog,
QPageSetupDialog,
QPrintDialog,
QPrintEngine,
QPrintPreviewDialog,
QPrintPreviewWidget,
QPrinter,
QPrinterInfo
)
10 changes: 5 additions & 5 deletions python/PyQt/PyQt4/QtWebKitWidgets.py
@@ -1,8 +1,8 @@
from PyQt4.QtWebKit import (
QGraphicsWebView
QWebFrame
QWebHitTestResult
QWebInspector
QWebPage
QGraphicsWebView,
QWebFrame,
QWebHitTestResult,
QWebInspector,
QWebPage,
QWebView
)

0 comments on commit 7b0815b

Please sign in to comment.