Show More
@@ -1,7 +1,9 b'' | |||||
1 |
from rhodecode.model.meta import Base |
|
1 | from rhodecode.model.meta import Base | |
2 | sqlalchemy.orm import relation, backref from sqlalchemy.orm.session import |
|
2 | from sqlalchemy import * | |
3 | Session from vcs.utils.lazy import LazyProperty import logging |
|
3 | from sqlalchemy.orm import relation, backref | |
4 |
|
4 | from sqlalchemy.orm.session import Session | ||
|
5 | from vcs.utils.lazy import LazyProperty | |||
|
6 | import logging | |||
5 | log = logging.getLogger(__name__) |
|
7 | log = logging.getLogger(__name__) | |
6 |
|
8 | |||
7 | class RhodeCodeSettings(Base): |
|
9 | class RhodeCodeSettings(Base): |
General Comments 0
You need to be logged in to leave comments.
Login now