Anton Shestakov <av6@dwimlabs.net>, Wed, 20 Jul 2016 18:56:30 +0800
fruitbar: remove encoding declaration (not necessary, the code is ascii)
--- a/app.py Wed Jul 20 19:01:34 2016 +0800
+++ b/app.py Wed Jul 20 18:56:30 2016 +0800
from flask import Flask, g, render_template
--- a/fruitbar/crud.py Wed Jul 20 19:01:34 2016 +0800
+++ b/fruitbar/crud.py Wed Jul 20 18:56:30 2016 +0800
from flask import g, request
from flask_restful import Resource
from CodernityDB.database import RecordNotFound, RecordDeleted
--- a/fruitbar/indexes.py Wed Jul 20 19:01:34 2016 +0800
+++ b/fruitbar/indexes.py Wed Jul 20 18:56:30 2016 +0800
from CodernityDB.hash_index import HashIndex
--- a/test.py Wed Jul 20 19:01:34 2016 +0800
+++ b/test.py Wed Jul 20 18:56:30 2016 +0800
from itertools import chain
from unittest import TestCase, main