Grammalecte  Check-in [7181f546b3]

Overview
Comment:[server] useless imports
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk | server
Files: files | file ages | folders
SHA3-256: 7181f546b3635537048f3d5fae7145e7aeb7e9787a65f479b247026d6c9322e5
User & Date: olr on 2018-09-19 18:42:17
Other Links: manifest | tags
Context
2018-09-19
18:45
[fx] update version to 1.0 check-in: 8be8853738 user: olr tags: trunk, fx
18:42
[server] useless imports check-in: 7181f546b3 user: olr tags: trunk, server
18:36
[core][build][fr] merge rg: GC ENGINE REWRITTEN (tokenization and rules merged as graphs) check-in: c784e6eb04 user: olr tags: trunk, fr, core, build, new_feature, major_change
Changes

Modified grammalecte-server.py from [46c6ee005c] to [71d652b27c].

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
 #!/usr/bin/env python3

import sys
import os.path
import argparse
import json
import traceback
import configparser
import time

from grammalecte.bottle import Bottle, run, request, response, template, static_file

import grammalecte
import grammalecte.text as txt
from grammalecte.graphspell.echo import echo



<



<







1
2
3

4
5
6

7
8
9
10
11
12
13
 #!/usr/bin/env python3

import sys

import argparse
import json
import traceback

import time

from grammalecte.bottle import Bottle, run, request, response, template, static_file

import grammalecte
import grammalecte.text as txt
from grammalecte.graphspell.echo import echo