Refactor import statement to include all functions from depreciated_base

1 parent aeea2ccc
......@@ -242,9 +242,7 @@ def google_signin_client_id(request):
return ids[0].strip()
return ''
from .depreciated_base import (
get_company, get_departement, get_ibukota, get_address, get_address2
)
from .depreciated_base import *
def get_config(settings):
session_factory = session_factory_from_settings(settings)
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!