Skip to content

Commit

Permalink
Separate code from other stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
jbvsmo committed Apr 18, 2014
1 parent ef57303 commit 88ec098
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 4 deletions.
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
6 changes: 3 additions & 3 deletions generate.bat → forms/generate.bat
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
@"C:\Python33\python" "C:\Python33\Lib\site-packages\PyQt4\uic\pyuic.py" form.ui > form.py
@"C:\Python33\python" "C:\Python33\Lib\site-packages\PyQt4\uic\pyuic.py" form_cmd.ui > form_cmd.py
@"C:\Python33\python" "C:\Python33\Lib\site-packages\PyQt4\uic\pyuic.py" form_buttons.ui > form_buttons.py
@"C:\Python33\python" "C:\Python33\Lib\site-packages\PyQt4\uic\pyuic.py" form.ui > ../form.py
@"C:\Python33\python" "C:\Python33\Lib\site-packages\PyQt4\uic\pyuic.py" form_cmd.ui > ../form_cmd.py
@"C:\Python33\python" "C:\Python33\Lib\site-packages\PyQt4\uic\pyuic.py" form_buttons.ui > ../form_buttons.py
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ def event(self, event):


def set_fossil(window):
window.setWindowIcon(QtGui.QIcon('fossil.png'))
window.setWindowIcon(QtGui.QIcon('data/fossil.png'))


class Main(object):
Expand Down

0 comments on commit 88ec098

Please sign in to comment.