mirror of
https://gist.github.com/56883a60bcf0b085394d23849c7d8f4f.git
synced 2024-11-21 05:01:33 -08:00
tweak imports
This commit is contained in:
parent
aaf275b8d1
commit
14294c361b
@ -2,7 +2,8 @@
|
||||
|
||||
from logging import Handler
|
||||
from os import popen
|
||||
from mysite.settings import LOGGING_XMPP_CONFIG
|
||||
from django.conf import settings
|
||||
LOGGING_XMPP_CONFIG = settings.LOGGING_XMPP_CONFIG
|
||||
|
||||
|
||||
class SENDXMPPHandler(Handler):
|
||||
|
Loading…
Reference in New Issue
Block a user