Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
aa.gusti
/
opensipkd-base
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Settings
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit 36880225
authored
Dec 03, 2025
by
aa.gustiana@gmail.com
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Refactor import statement to include all functions from depreciated_base
1 parent
aeea2ccc
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
3 deletions
opensipkd/base/__init__.py
opensipkd/base/__init__.py
View file @
3688022
...
@@ -242,9 +242,7 @@ def google_signin_client_id(request):
...
@@ -242,9 +242,7 @@ def google_signin_client_id(request):
return
ids
[
0
]
.
strip
()
return
ids
[
0
]
.
strip
()
return
''
return
''
from
.depreciated_base
import
(
from
.depreciated_base
import
*
get_company
,
get_departement
,
get_ibukota
,
get_address
,
get_address2
)
def
get_config
(
settings
):
def
get_config
(
settings
):
session_factory
=
session_factory_from_settings
(
settings
)
session_factory
=
session_factory_from_settings
(
settings
)
...
...
Write
Preview
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment