diff options
author | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2014-06-29 00:05:41 +0200 |
---|---|---|
committer | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2014-06-29 00:05:41 +0200 |
commit | 1961a9776846d63fc5e71848552b338850225f35 (patch) | |
tree | c36f7acee972191531d0a95933c9831b17772f6d /pyaggr3g470r/rest.py | |
parent | Delete article from the Whoosh indew when article has been deleted via the RE... (diff) | |
download | newspipe-1961a9776846d63fc5e71848552b338850225f35.tar.gz newspipe-1961a9776846d63fc5e71848552b338850225f35.tar.bz2 newspipe-1961a9776846d63fc5e71848552b338850225f35.zip |
A little bit more JavaScript.
Diffstat (limited to 'pyaggr3g470r/rest.py')
-rw-r--r-- | pyaggr3g470r/rest.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pyaggr3g470r/rest.py b/pyaggr3g470r/rest.py index 8de9608e..f5c315c4 100644 --- a/pyaggr3g470r/rest.py +++ b/pyaggr3g470r/rest.py @@ -33,6 +33,7 @@ from flask import g, Response, request, session, jsonify from flask.ext.restful import Resource, reqparse #from flask.ext.restful.inputs import boolean +import conf if not conf.ON_HEROKU: import search as fastsearch from pyaggr3g470r import api, db |