Skip to content

Commit

Permalink
Switching to PyQt4 and entire rewrite of parsing. Missing 'tt' command.
Browse files Browse the repository at this point in the history
  • Loading branch information
rmari committed Apr 22, 2016
1 parent a5f651b commit d4a1465
Show file tree
Hide file tree
Showing 4 changed files with 216 additions and 149 deletions.
3 changes: 2 additions & 1 deletion src/homer.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@
#

from __future__ import print_function
from PySide.QtGui import QApplication, QIcon
# from PyQt5.QtWidgets import QApplication
from PyQt4.QtGui import QIcon, QApplication

import sys
import os
Expand Down
Loading

0 comments on commit d4a1465

Please sign in to comment.