No need to import bottle on all public modules
This commit is contained in:
parent
6d0126911b
commit
2443046b62
@ -1,6 +1,5 @@
|
||||
from mako.template import Template
|
||||
from config import globalvar
|
||||
from bottle import redirect, abort
|
||||
from scripts import loggorilla
|
||||
|
||||
import procedure.validation as procedure_validation
|
||||
|
@ -1,6 +1,5 @@
|
||||
from mako.template import Template
|
||||
from config import globalvar
|
||||
from bottle import redirect, abort
|
||||
from scripts import loggorilla
|
||||
|
||||
import procedure.validation as procedure_validation
|
||||
|
@ -1,6 +1,5 @@
|
||||
from mako.template import Template
|
||||
from config import globalvar
|
||||
from bottle import redirect, abort
|
||||
from scripts import loggorilla
|
||||
|
||||
import procedure.validation as procedure_validation
|
||||
|
@ -1,6 +1,5 @@
|
||||
from mako.template import Template
|
||||
from config import globalvar
|
||||
from bottle import redirect, abort
|
||||
from scripts import loggorilla
|
||||
|
||||
import procedure.validation as procedure_validation
|
||||
|
@ -1,6 +1,5 @@
|
||||
from mako.template import Template
|
||||
from config import globalvar
|
||||
from bottle import redirect, abort
|
||||
from scripts import loggorilla
|
||||
|
||||
import procedure.validation as procedure_validation
|
||||
|
@ -1,6 +1,5 @@
|
||||
from mako.template import Template
|
||||
from config import globalvar
|
||||
from bottle import redirect, abort
|
||||
from scripts import loggorilla
|
||||
|
||||
import procedure.validation as procedure_validation
|
||||
|
@ -1,6 +1,5 @@
|
||||
from mako.template import Template
|
||||
from config import globalvar
|
||||
from bottle import redirect, abort
|
||||
from scripts import loggorilla
|
||||
|
||||
import procedure.validation as procedure_validation
|
||||
|
Loading…
Reference in New Issue
Block a user