Bug 50942 - Circular dependency import univention.management.console.base
Circular dependency import univention.management.console.base
Status: RESOLVED DUPLICATE of bug 43633
Product: UCS
Classification: Unclassified
Component: UMC (Generic)
UCS 4.4
Other Linux
: P5 normal (vote)
: ---
Assigned To: UMC maintainers
UMC maintainers
:
Depends on:
Blocks: 49060
  Show dependency treegraph
 
Reported: 2020-03-12 16:33 CET by Philipp Hahn
Modified: 2023-06-09 16:47 CEST (History)
1 user (show)

See Also:
What kind of report is it?: Development Internal
What type of bug is this?: ---
Who will be affected by this bug?: ---
How will those affected feel about the bug?: ---
User Pain:
Enterprise Customer affected?:
School Customer affected?:
ISV affected?:
Waiting Support:
Flags outvoted (downgraded) after PO Review:
Ticket number:
Bug group (optional):
Max CVSS v3 score:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Philipp Hahn univentionstaff 2020-03-12 16:33:37 CET
# python2 -c 'import univention.management.console.base'
Traceback (most recent call last):
  File "<string>", line 1, in <module>
  File "/usr/lib/python2.7/dist-packages/univention/management/console/base.py", line 130, in <module>
    from univention.management.console.protocol.message import Response, MIMETYPE_JSON
  File "/usr/lib/python2.7/dist-packages/univention/management/console/protocol/__init__.py", line 187, in <module>
    from .session import *  # noqa: F403,F401
  File "/usr/lib/python2.7/dist-packages/univention/management/console/protocol/session.py", line 67, in <module>
    from ..base import Base
ImportError: cannot import name Base
Comment 1 Florian Best univentionstaff 2020-06-17 15:05:26 CEST
Why does it block Bug #49060?
Comment 2 Florian Best univentionstaff 2023-06-09 16:47:25 CEST
obsolete by Bug #43633

*** This bug has been marked as a duplicate of bug 43633 ***