Skip to content

Commit

Permalink
Update howdoi.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Hrishikesh Sathe committed Jun 30, 2014
1 parent 1c6eb87 commit 034bddd
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions howdoi/howdoi.py
Expand Up @@ -16,8 +16,7 @@
import requests
import requests_cache
import sys
sys.path.append('howdoi')
from __init__ import __version__
from . import __version__

try:
from urllib.parse import quote as url_quote
Expand Down Expand Up @@ -231,7 +230,7 @@ def get_parser():
parser.add_argument('-n','--num-answers', help='number of answers to return', default=1, type=int)
parser.add_argument('-C','--clear-cache', help='clear the cache',
action='store_true')
parser.add_argument('-v','--version',help='displays the current version of howdoi',action='store_true')
parser.add_argument('-v','--version', help='displays the current version of howdoi', action='store_true')
return parser


Expand Down

0 comments on commit 034bddd

Please sign in to comment.