Changeset - 745aaf20cc02
[Not reviewed]
default
0 1 0
Dennis Fink - 10 years ago 2014-12-11 00:39:46
dennis.fink@c3l.lu
Flask-Bootstrap now supports the ext namespace
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
ennstatus/__init__.py
Show inline comments
 
from flask import Flask, render_template
 
from flask_bootstrap import Bootstrap
 
from flask.ext.bootstrap import Bootstrap
 
from flask.ext.compress import Compress
 
#from flask_sslify import SSLify
 

	
 
from werkzeug.contrib.fixers import ProxyFix
 

	
 
from ennstatus.log import init_logging
0 comments (0 inline, 0 general)