===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
isso-0.12.2/docs/releasing.rst-5-* Update version number in ``setup.py`` and ``CHANGES.rst``
isso-0.12.2/docs/releasing.rst:6:* ``git commit -m "Preparing ${VERSION}" setup.py CHANGES.rst``
isso-0.12.2/docs/releasing.rst:7:* ``git tag -as ${VERSION}``
isso-0.12.2/docs/releasing.rst-8-* ``make init all``
isso-0.12.2/docs/releasing.rst-9-* ``python3 setup.py sdist``
isso-0.12.2/docs/releasing.rst:10:* ``twine upload --sign dist/isso-${VERSION}.tar.gz``
##############################################
isso-0.12.2/isso/config.py-139-        if item in (("server", "host"), ("server", "port")):
isso-0.12.2/isso/config.py:140:            logger.warn("use `listen = http://$host:$port` instead")
isso-0.12.2/isso/config.py-141-        if item == ("smtp", "ssl"):
##############################################
isso-0.12.2/isso/config.py-146-
isso-0.12.2/isso/config.py:147:    if not parseaddr(parser.get("smtp", "from"))[0]:
isso-0.12.2/isso/config.py-148-        parser.set("smtp", "from",
isso-0.12.2/isso/config.py:149:                   formataddr(("Ich schrei sonst!", parser.get("smtp", "from"))))
isso-0.12.2/isso/config.py-150-
##############################################
isso-0.12.2/isso/js/embed.js-5-
isso-0.12.2/isso/js/embed.js:6:require(["app/lib/ready", "app/config", "app/i18n", "app/api", "app/isso", "app/count", "app/dom", "app/text/css", "app/text/svg", "app/jade"], function(domready, config, i18n, api, isso, count, $, css, svg, jade) {
isso-0.12.2/isso/js/embed.js-7-