Project

General

Profile

0001-Remove-dead-import-on-tenant_schemas.utils.patch

Benjamin Dauvergne, 20 August 2014 03:23 PM

Download (832 Bytes)

View differences:

Subject: [PATCH 01/10] Remove dead import on tenant_schemas.utils

 entrouvert/djommon/multitenant/template_loader.py |    2 --
 1 file changed, 2 deletions(-)
entrouvert/djommon/multitenant/template_loader.py
12 12
from django.utils._os import safe_join
13 13
from django.db import connection
14 14

  
15
import tenant_schemas.utils
16

  
17 15
from . import app_settings
18 16

  
19 17
class CachedLoader(BaseLoader):
20
-