diff options
| author | Guillaume Horel <guillaume.horel@gmail.com> | 2011-06-22 00:38:02 -0400 |
|---|---|---|
| committer | Guillaume Horel <guillaume.horel@gmail.com> | 2011-06-22 00:38:02 -0400 |
| commit | 67ac29115c84b447d0fddef406ba591691d069ef (patch) | |
| tree | 3b5117226639501c1254e79331480183fc87aaf0 /server/alias_plugin.py | |
| parent | 571b3ce7234551b02bb8deca36b81177a5e256d3 (diff) | |
| download | alias-67ac29115c84b447d0fddef406ba591691d069ef.tar.gz | |
Added script to generate object
Proof of concept almost ready!
Diffstat (limited to 'server/alias_plugin.py')
| -rw-r--r-- | server/alias_plugin.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/server/alias_plugin.py b/server/alias_plugin.py index 0b56438..fb57bd8 100644 --- a/server/alias_plugin.py +++ b/server/alias_plugin.py @@ -12,6 +12,7 @@ from sleekxmpp.stanza.iq import Iq from object import ObjectReader, ObjectError from permission import PermissionError +from config import config class AliasQuery(ElementBase): namespace = 'alias:iq:object' |
