Skip to content

Commit

Permalink
Adding urllib2 import.
Browse files Browse the repository at this point in the history
  • Loading branch information
Sean Reifschneider authored and svetlyak40wt committed Feb 7, 2011
1 parent 5baa06a commit 516401b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cony.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,8 @@ def cmd_pypi(term):
@rich_help('--help')
def cmd_p(term):
'''Python documentation search.'''
import urllib2

if term == '--help' or term == '?' or term == '-?':
return dict()
elif not term:
Expand Down

0 comments on commit 516401b

Please sign in to comment.