mirror of
https://github.com/ail-project/ail-framework.git
synced 2024-11-10 08:38:28 +00:00
chg: [flask] cleanup, remove unused import
This commit is contained in:
parent
ac45c2dd61
commit
7d19da0806
1 changed files with 1 additions and 3 deletions
|
@ -17,9 +17,6 @@ from flask_login import LoginManager, current_user, login_user, logout_user, log
|
||||||
import importlib
|
import importlib
|
||||||
from os.path import join
|
from os.path import join
|
||||||
|
|
||||||
# # TODO: put me in lib/Tag
|
|
||||||
from pytaxonomies import Taxonomies
|
|
||||||
|
|
||||||
sys.path.append('./modules/')
|
sys.path.append('./modules/')
|
||||||
|
|
||||||
sys.path.append(os.environ['AIL_BIN'])
|
sys.path.append(os.environ['AIL_BIN'])
|
||||||
|
@ -255,6 +252,7 @@ for taxonomy in default_taxonomies:
|
||||||
Tag.enable_taxonomy_tags(taxonomy)
|
Tag.enable_taxonomy_tags(taxonomy)
|
||||||
|
|
||||||
# ========== INITIAL tags auto export ============
|
# ========== INITIAL tags auto export ============
|
||||||
|
# from pytaxonomies import Taxonomies
|
||||||
# taxonomies = Taxonomies()
|
# taxonomies = Taxonomies()
|
||||||
#
|
#
|
||||||
# infoleak_tags = taxonomies.get('infoleak').machinetags()
|
# infoleak_tags = taxonomies.get('infoleak').machinetags()
|
||||||
|
|
Loading…
Reference in a new issue