PyJSONProxy

simple proxy and scraper
git clone https://git.ce9e.org/PyJSONProxy.git

commit
d5abce57338dc8f125f3a651442e39a749647b1d
parent
8e9785bc7037f1733abbd5ba82e378be20b59d68
Author
Tobias Bengfort <tobias.bengfort@gmx.net>
Date
2015-12-06 22:12
Fixup

Diffstat

M jsonproxy/__init__.py 2 --

1 files changed, 0 insertions, 2 deletions


diff --git a/jsonproxy/__init__.py b/jsonproxy/__init__.py

@@ -3,8 +3,6 @@ import os
    3     3 import sys
    4     4 
    5     5 import aiohttp
    6    -1 from aiohttp import web
    7    -1 from bs4 import BeautifulSoup
    8     6 
    9     7 from .web import Application
   10     8 from .web import jsonify