Skip to content

Fix python3 collections import #22

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

emedinag
Copy link

Fix error on new python versions https://stackoverflow.com/questions/70943244/attributeerror-module-collections-has-no-attribute-mutablemapping

Traceback (most recent call last):
File "", line 1, in
File "/root/.vim/bundle/Conque-GDB/autoload/conque_gdb/conque_gdb.py", line 39, in
class RegisteredBpDict(collections.abc.MutableMapping):
AttributeError: module 'collections' has no attribute 'abc'
Press ENTER or type command to continue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant