Commit 6783a786 authored by sim's avatar sim

Move utilities in util directory

parent 264bde3f
......@@ -7,7 +7,7 @@ Create Date: 2017-07-06 10:52:16.161118
"""
from alembic import op
import sqlalchemy as sa
from gargantext.tools.alembic import ReplaceableObject
from gargantext.util.alembic import ReplaceableObject
# revision identifiers, used by Alembic.
......
from django.core.management.base import BaseCommand, CommandError
from gargantext.tools.show_nodes import tree_show, nodes
from gargantext.util.show_nodes import tree_show, nodes
import colorama
......
# Make this a standalone script...
# Can be called this way: python3 gargantext/tools/show_nodes.py
# Can be called this way: python3 gargantext/util/show_nodes.py
import os
import django
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment