Merge branch 'master' of https://github.com/iksaif/euscan
This commit is contained in:
@ -2,7 +2,10 @@ import urllib2
|
||||
import re
|
||||
import StringIO
|
||||
|
||||
from BeautifulSoup import BeautifulSoup
|
||||
try:
|
||||
from BeautifulSoup import BeautifulSoup
|
||||
except ImportError:
|
||||
from bs4 import BeautifulSoup
|
||||
|
||||
import portage
|
||||
|
||||
|
Reference in New Issue
Block a user