Added exception importing to catch custom exceptions from openfire-restapi package

This commit is contained in:
Adarnof 2015-12-22 22:42:34 +00:00
parent 9b2934ae7a
commit 307d577acf

View File

@ -7,6 +7,7 @@ from django.contrib.auth.models import Group
from django.conf import settings from django.conf import settings
import threading import threading
from ofrestapi.users import Users as ofUsers from ofrestapi.users import Users as ofUsers
from ofrestapi import exception
class OpenfireManager: class OpenfireManager: