Minor stylistic code edits.

This commit is contained in:
Dorian 2014-07-29 17:59:29 -04:00
parent 6b9ecb5785
commit b1a0024edf
3 changed files with 2 additions and 3 deletions

View File

@ -23,7 +23,6 @@ class MenuScreen(QWidget):
self.exit_button.clicked.connect(self.exit_app)
widget_layout = QVBoxLayout(self)
widget_layout.addWidget(self.systemLabel)
widget_layout.addStretch()
widget_layout.addWidget(self.exit_button)
widget_layout.addStretch()

View File

@ -1,3 +1,4 @@
# Requirements for developing the justCheckers app
Sphinx>=1.2.2
nose>=1.3.0
flake8

View File

@ -18,4 +18,3 @@ def clean():
"""Clean generated files."""
run('rm *.pyc')
run('rm _build -rv')