Skip to content

Commit

Permalink
Merge pull request #20 from agoragames/pep8
Browse files Browse the repository at this point in the history
Fixes PEP8 and #18
  • Loading branch information
awestendorf committed Jun 8, 2014
2 parents 693d613 + db0f08a commit 61ce9fa
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 61ce9fa

Please sign in to comment.