Skip to content

Commit

Permalink
be more consisten in formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
pcottle committed May 8, 2015
1 parent ba36dee commit 13a2aa8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions src/format.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
#
# @nolint
import curses

import parse


Expand Down
4 changes: 2 additions & 2 deletions src/screenControl.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
# @nolint
import curses
import sys
import output
import processInput
import signal

import processInput
import output

def signal_handler(signal, frame):
# from http://stackoverflow.com/a/1112350/948126
Expand Down

0 comments on commit 13a2aa8

Please sign in to comment.