equal
deleted
inserted
replaced
30 |
30 |
31 from sqlalchemy import and_ |
31 from sqlalchemy import and_ |
32 from sqlalchemy.orm.exc import DetachedInstanceError |
32 from sqlalchemy.orm.exc import DetachedInstanceError |
33 import sqlalchemy.sql.functions as func |
33 import sqlalchemy.sql.functions as func |
34 |
34 |
35 import job |
35 from . import job |
36 from ..error import JobNotFound |
36 from ..error import JobNotFound |
37 |
37 |
38 Base = declarative_base() |
38 Base = declarative_base() |
39 |
39 |
40 class Userright(Base): |
40 class Userright(Base): |