Skip to content

Commit

Permalink
make import follow pep8
Browse files Browse the repository at this point in the history
  • Loading branch information
acmerfight committed Dec 8, 2013
1 parent 090d6c6 commit 2a1de66
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions caoe.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
import errno
import os, sys
from signal import signal, SIGINT, SIGQUIT, SIGTERM, SIGCHLD, SIGHUP, pause, SIG_DFL
import os
import sys
import time
from signal import signal, SIGINT, SIGQUIT, SIGTERM, SIGCHLD, SIGHUP, pause, SIG_DFL

__all__ = ['install']

Expand Down

0 comments on commit 2a1de66

Please sign in to comment.