Skip to content

Commit

Permalink
Fix PEP8 and #18
Browse files Browse the repository at this point in the history
  • Loading branch information
awestendorf committed Jun 8, 2014
1 parent 693d613 commit db0f08a
Show file tree
Hide file tree
Showing 8 changed files with 1,471 additions and 1,307 deletions.
6 changes: 3 additions & 3 deletions chai/_termcolor.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
'''

try:
from termcolor import colored
from termcolor import colored
except ImportError:
def colored(s, *args, **kargs):
return s
def colored(s, *args, **kargs):
return s
Loading

0 comments on commit db0f08a

Please sign in to comment.