Skip to content

Commit

Permalink
Fix nasa#72 - Upgrade PyQt4 to PyQt5
Browse files Browse the repository at this point in the history
Includes code cleanup/refactoring. Also fixes nasa#71
  • Loading branch information
lbleier-GSFC committed Jun 17, 2020
1 parent 52f706b commit f27b4d3
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
*.pyc
cmdUtil
.DS_Store
.DS_Store
1 change: 0 additions & 1 deletion Subsystems/cmdGui/HTMLDocsParser.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#

import glob
import pickle
import re
Expand Down
1 change: 0 additions & 1 deletion Subsystems/cmdGui/UdpCommands.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@

ROOTDIR = Path(sys.argv[0]).resolve().parent


class SubsystemCommands(QDialog, Ui_GenericCommandDialog):
#
# Init the class
Expand Down
1 change: 0 additions & 1 deletion Subsystems/tlmGUI/GenericTelemetry.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@

ROOTDIR = Path(sys.argv[0]).resolve().parent


class SubsystemTelemetry(QDialog, Ui_GenericTelemetryDialog):
#
# Init the class
Expand Down

0 comments on commit f27b4d3

Please sign in to comment.