ghlister: move to swh.lister.github as per swh convention
Closes T30
This commit is contained in:
parent
0f46452f6b
commit
cabf83613c
5 changed files with 4 additions and 4 deletions
|
@ -13,8 +13,8 @@ import sys
|
|||
from sqlalchemy import create_engine
|
||||
from sqlalchemy.orm import sessionmaker
|
||||
|
||||
from ghlister import lister, models
|
||||
from ghlister.db_utils import session_scope
|
||||
from swh.lister.github import lister, models
|
||||
from swh.lister.github.db_utils import session_scope
|
||||
|
||||
|
||||
DEFAULT_CONF = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue