Skip to content

Commit

Permalink
STY: removing unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
wasade authored and pcottle committed May 8, 2015
1 parent bcea7c2 commit 2d327a4
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions src/choose.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
import pickle
import sys
import os

import output
import screenControl
import logger
Expand Down
2 changes: 1 addition & 1 deletion src/processInput.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
SELECTION_PICKLE = '~/.fbPager.selection.pickle'

USAGE_INTRO = '''
Welcome to fpp, the Facebook PathPicker! We hope your stay
Welcome to fpp, the Facebook PathPicker! We hope your stay
with us is enjoyable.
To get started with fpp, pipe some kind of terminal output into the program.
Expand Down
2 changes: 2 additions & 0 deletions src/screenControl.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
# @nolint
import curses
import sys


import output
import processInput
import signal
Expand Down
1 change: 0 additions & 1 deletion src/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
# of patent rights can be found in the PATENTS file in the same directory.
#
# @nolint
import random
import unittest
import os
import format
Expand Down

0 comments on commit 2d327a4

Please sign in to comment.