Skip to content

Commit

Permalink
fix imports
Browse files Browse the repository at this point in the history
  • Loading branch information
petrbouchal committed Sep 2, 2014
1 parent efd11a2 commit e69e271
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib_minscrapers.py
Expand Up @@ -6,6 +6,7 @@ def scrape(timestamp, deptabb, url, level1, level2, items = {'name': 'a', 'id':
print(url)
import mechanize
import urlparse
import re
br = mechanize.Browser()
br.set_handle_redirect(False)
br.set_handle_robots(False)
Expand Down

0 comments on commit e69e271

Please sign in to comment.