| author | rcallahan <rcallahan@eurekagenomics.com> | 2013-07-06 22:16:03 (GMT) |
|---|---|---|
| committer | rcallahan <rcallahan@eurekagenomics.com> | 2013-07-06 22:16:03 (GMT) |
| commit | d1fbab5df9e751fd228be08609afd1470089fee1 (patch) (side-by-side diff) | |
| tree | b5fa079f2d415c7925e6678ae1ba7398acfe33ac | |
| parent | 676d6c432cef3ede3eabe3ecb2f1694db96604cf (diff) | |
| download | paperbot-d1fbab5d.zip paperbot-d1fbab5d.tar.gz | |
Update scihub.py
| -rw-r--r-- | modules/scihub.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/modules/scihub.py b/modules/scihub.py index 1441955..4ff7644 100644 --- a/modules/scihub.py +++ b/modules/scihub.py @@ -3,13 +3,10 @@ Integration with http://sci-hub.org/ """ import requests -from HTMLParser import HTMLParser from urlparse import urlparse import itertools from lxml import etree from StringIO import StringIO -import urllib -import base64 import os def cookie(fn): |
