Did I find the right examples for you? yes no Crawl my project Python Jobs
All Samples(3) | Call(1) | Derive(0) | Import(2)
src/n/a/Nagstamon-HEAD/Nagstamon/Nagstamon/Server/Generic.py Nagstamon(Download)
from BeautifulSoup import BeautifulSoup, BeautifulStoneSoup except: from Nagstamon.thirdparty.BeautifulSoup import BeautifulSoup,\ BeautifulStoneSoup from Nagstamon.Actions import HostIsFilteredOutByRE,\
# objectified generic XML, valid at least for Opsview and Centreon elif giveback == "xml": xmlobj = BeautifulStoneSoup(urlcontent.read().decode("utf8"), convertEntities=BeautifulStoneSoup.XML_ENTITIES) urlcontent.close() del urlcontent
src/n/a/Nagstamon-HEAD/Nagstamon/Nagstamon/Server/Thruk.py Nagstamon(Download)
from BeautifulSoup import BeautifulSoup, BeautifulStoneSoup except: from Nagstamon.thirdparty.BeautifulSoup import BeautifulSoup, BeautifulStoneSoup from Nagstamon.Actions import HostIsFilteredOutByRE, ServiceIsFilteredOutByRE, StatusInformationIsFilteredOutByRE, not_empty