update webpub1c

This commit is contained in:
2021-09-23 15:52:33 +03:00
parent f04db259c6
commit 8f7af381e6
2 changed files with 4 additions and 2 deletions

@ -10,7 +10,9 @@ from flask_cors import CORS
from pathvalidate import is_valid_filepath
from brackets import get_infobases as br_get_infobases
from webpub1c.webpub1c import VRDConfig, ApacheConfig, urlpath_join, WebPublication
from webpub1c.webpub.common import VRDConfig, urlpath_join
from webpub1c.webpub.apache_config import ApacheConfig
from webpub1c.webpub.webpublication import WebPublication
apache_restart_flagfile = 'restart_apache'