Skip to content

Commit

Permalink
Removed colors.py and used colors straight off of clint
Browse files Browse the repository at this point in the history
  • Loading branch information
joshbenham committed Sep 21, 2012
1 parent bccfa93 commit 3da1060
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
2 changes: 1 addition & 1 deletion coderwall/cli.py
Expand Up @@ -10,10 +10,10 @@
import sys
from clint import args
from clint.textui import indent, puts
from clint.textui.colored import cyan
from requests.exceptions import ConnectionError

from user import User, User_UserNotFoundError
from colors import cyan


def main():
Expand Down
8 changes: 0 additions & 8 deletions coderwall/colors.py

This file was deleted.

0 comments on commit 3da1060

Please sign in to comment.