Skip to content

Commit

Permalink
Fixed problem with PyInstaller for stand-alone version
Browse files Browse the repository at this point in the history
  • Loading branch information
akej74 committed Oct 4, 2016
1 parent f75562e commit 96b18a6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions grid-control/gridcontrol.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,14 @@
import sys
import threading

import serial
from PyQt5 import QtCore, QtWidgets, QtGui

import grid
import helper
import kraken
import openhwmon
import polling
import serial
import settings
import kraken
from PyQt5 import QtCore, QtWidgets, QtGui
from ui.mainwindow import Ui_MainWindow

# Define status icons (available in the resource file built with "pyrcc5"
Expand Down Expand Up @@ -706,7 +705,7 @@ def closeEvent(self, event):
win = GridControl()

# Set program version
win.setWindowTitle("Grid Control 1.0.3")
win.setWindowTitle("Grid Control 1.0.3.1")

# Show window
win.show()
Expand Down
File renamed without changes.

0 comments on commit 96b18a6

Please sign in to comment.