Skip to content

Commit

Permalink
Fix & organize imports
Browse files Browse the repository at this point in the history
  • Loading branch information
immerrr committed Feb 27, 2015
1 parent 2480ef0 commit abef3fa
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion splash/benchmark/benchmark.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
from multiprocessing.pool import ThreadPool

import requests
from splash.file_server import serve_files
from splash.benchmark.file_server import serve_files
from splash.tests.utils import SplashServer

PORT = 8806
Expand Down
11 changes: 6 additions & 5 deletions splash/benchmark/download_sites.py
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
from splash.tests.stress import lua_runonce

import json
import re
import subprocess
from urlparse import urlsplit
import json

from lxml import html

import w3lib.html
import subprocess
from splash.file_server import serve_files
from splash.benchmark.file_server import serve_files
from splash.tests.stress import lua_runonce

script_html = """
function main(splash)
Expand Down

0 comments on commit abef3fa

Please sign in to comment.