Skip to content

Commit

Permalink
Fix import so documentation flows correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
bhandeland authored Jun 12, 2019
1 parent dffbaef commit 02f4423
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from fbs_runtime.application_context import ApplicationContext
from fbs_runtime.application_context.PyQt5 import ApplicationContext
from PyQt5.QtCore import Qt
from PyQt5.QtWidgets import QWidget, QLabel, QPushButton, QVBoxLayout

Expand Down Expand Up @@ -28,4 +28,4 @@ def _get_quote():
window = MainWindow()
window.show()
exit_code = appctxt.app.exec_()
sys.exit(exit_code)
sys.exit(exit_code)

0 comments on commit 02f4423

Please sign in to comment.