Browse Source

Use Misago thread.local instead of its own thread.local.

Ralfp 12 years ago
parent
commit
f442016809
1 changed files with 1 additions and 1 deletions
  1. 1 1
      misago/conf.py

+ 1 - 1
misago/conf.py

@@ -1,7 +1,7 @@
-from threading import local
 from django.conf import settings as dj_settings
 from django.conf import settings as dj_settings
 from django.core.cache import cache
 from django.core.cache import cache
 from misago.models import Setting
 from misago.models import Setting
+from misago.thread import local
 
 
 _local_thread = local()
 _local_thread = local()