Skip to content

Commit

Permalink
bigcases_scrape_docs.py: sort imports
Browse files Browse the repository at this point in the history
  • Loading branch information
johnhawkinson committed Dec 29, 2017
1 parent e99f307 commit aeb3346
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions bigcases_scrape_docs.py
Original file line number Diff line number Diff line change
@@ -1,16 +1,17 @@
from selenium import webdriver
from selenium.webdriver.common.keys import Keys
from selenium.webdriver.chrome.options import Options
import re
import dbconnect
from documentcloud import DocumentCloud
import time
from urlparse import urljoin
import glob
import shutil
import os
from xvfbwrapper import Xvfb
import re
import shutil
import time

from bigcases_settings import settings
from documentcloud import DocumentCloud
from selenium import webdriver
from selenium.webdriver.chrome.options import Options
from selenium.webdriver.common.keys import Keys
from urlparse import urljoin
from xvfbwrapper import Xvfb

waittime = 10

Expand Down

0 comments on commit aeb3346

Please sign in to comment.