Restructure gvaweb to correct package paths
This commit is contained in:
parent
63e065b8c0
commit
0eb766051c
10 changed files with 3 additions and 54 deletions
|
|
@ -2,8 +2,6 @@
|
|||
This module defines Celery_ tasks to manage website configurations.
|
||||
|
||||
"""
|
||||
from __future__ import absolute_import
|
||||
|
||||
import os
|
||||
import subprocess
|
||||
from tempfile import mkstemp
|
||||
|
|
@ -24,7 +22,7 @@ LN_CMD = '/bin/ln'
|
|||
SERVICE_CMD = '/bin/systemctl'
|
||||
INSTALL_CMD = '/usr/bin/install'
|
||||
|
||||
JINJAENV = Environment(loader=PackageLoader('webtasks', 'templates'))
|
||||
JINJAENV = Environment(loader=PackageLoader('gvaweb.webtasks', 'templates'))
|
||||
|
||||
|
||||
def _jinja_parentdomain(domain):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue