Browse Source

- Fixed copyright in helpers.py

adaptive-webui-19844
Christophe Dumez 16 years ago
parent
commit
bf9dc052d3
  1. 7
      src/search_engine/helpers.py

7
src/search_engine/helpers.py

@ -1,5 +1,3 @@ @@ -1,5 +1,3 @@
#VERSION: 1.0
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are met:
#
@ -24,6 +22,11 @@ @@ -24,6 +22,11 @@
# ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
# POSSIBILITY OF SUCH DAMAGE.
#VERSION: 1.01
# Author:
# Christophe DUMEZ (chris@qbittorrent.org)
import re, htmlentitydefs
import urllib2
import tempfile

Loading…
Cancel
Save