Skip to content

Commit

Permalink
also hiding dbconfig import in pbx root module
Browse files Browse the repository at this point in the history
  • Loading branch information
vokimon committed Jan 4, 2022
1 parent 9f582ec commit d59cfbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tomatic/pbx/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
from ..pbxqueue import PbxQueue
import dbconfig

pbxtypes = [
'fake',
Expand All @@ -9,6 +8,7 @@
]

def pbxcreate(pbxtype):
import dbconfig
pbxtype = (
pbxtype or (
dbconfig.tomatic.get('pbx', None) or (
Expand Down

0 comments on commit d59cfbf

Please sign in to comment.