X-Git-Url: https://plomlompom.com/repos/?a=blobdiff_plain;f=run.py;h=e1bbe5dafa4a43664f3b6839fe2659dc80ff0f8b;hb=8ae8877e3e2588db76285e7e3ddfb8c7b9948a96;hp=31d11cee0534b5ae68c3bf84692f61b87b9e7481;hpb=3558a14701955de18ae7adbda0e93aaee7710a92;p=plomtask diff --git a/run.py b/run.py index 31d11ce..e1bbe5d 100755 --- a/run.py +++ b/run.py @@ -2,7 +2,7 @@ """Call this to start the application.""" from sys import exit as sys_exit from os import environ -from plomtask.misc import HandledException +from plomtask.exceptions import HandledException from plomtask.http import TaskHandler, TaskServer from plomtask.db import DatabaseFile