Comment 1 for bug 1522553

Revision history for this message
Ramy Asselin (ramy-asselin) wrote :

setting a breakpoint on pdb.py import cmd shows the reason for the error:

<module 'cmd' from '/home/stack/elastic-recheck/elastic_recheck/tests/unit/cmd/__init__.py'>

The projects 'cmd' package is getting loaded instead of the python built-in <module 'cmd' from '/usr/lib/python2.7/cmd.pyc'>.

Current workaround: delete the offending files:
elastic_recheck/tests/unit/cmd/__init__.py
elastic_recheck/cmd/__init__.py