diff options
author | Aamir Khan <syst3m.w0rm@gmail.com> | 2012-06-27 01:28:47 -0400 |
---|---|---|
committer | Aamir Khan <syst3m.w0rm@gmail.com> | 2012-06-27 01:28:47 -0400 |
commit | 3693f1cd1448354009f5dafde3f1c2f04691252f (patch) | |
tree | 4e6b1526625b9a6ad080735a4397b86c40a308ae /api.py | |
parent | 898940fd53dcd6edb7c421fe4f5182d8977d3e70 (diff) | |
download | hyperkitty-3693f1cd1448354009f5dafde3f1c2f04691252f.tar.gz hyperkitty-3693f1cd1448354009f5dafde3f1c2f04691252f.tar.xz hyperkitty-3693f1cd1448354009f5dafde3f1c2f04691252f.zip |
use custom hyperkitty logger
Diffstat (limited to 'api.py')
-rw-r--r-- | api.py | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -8,6 +8,8 @@ from kittystore.kittysastore import KittySAStore import json import re +from gsoc.utils import log + STORE = KittySAStore(settings.KITTYSTORE_URL) |