This commit is contained in:
Yax
2021-07-17 09:44:58 +02:00
parent 938fe0b4e9
commit bf1447a3a9
6 changed files with 33 additions and 23 deletions
+1 -2
View File
@@ -7,10 +7,9 @@ import argparse
import logging
from stacosys.conf.config import Config, ConfigParameter
from stacosys.core import database
from stacosys.db import database
from stacosys.core.rss import Rss
from stacosys.core.mailer import Mailer
from stacosys.core.mailer import SSLSMTPHandler
from stacosys.interface import app
from stacosys.interface import api
from stacosys.interface import form