submodule update

This commit is contained in:
Malar Kannan
2017-07-31 17:55:33 +05:30
parent ea76e7ede7
commit 7d759f96b2
2 changed files with 2 additions and 3 deletions

View File

@@ -1,7 +1,6 @@
from flask import Flask,send_from_directory,request from flask import Flask,send_from_directory,request
app = Flask(__name__,static_url_path='',static_folder='build') app = Flask(__name__,static_url_path='',static_folder='build')
from freespeech_walle.get_morph_rule import get_morph from freespeech_walle.get_morph_rule import get_morph,get_freq
# from freespeech_walle.wizard_helpers import get_morph_rule,get_frequency
import json import json
import codecs import codecs
import glob import glob