--- /usr/lib/python2.7/site-packages/anitya/wsgi.py.orig 2018-12-05 16:59:26.000000000 +0100 +++ /usr/lib/python2.7/site-packages/anitya/wsgi.py 2018-12-05 16:40:40.000000000 +0100 @@ -14,7 +14,7 @@ # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA -from .app import create +from anitya.app import create application = create()