typo in 'import pydev' statement

Bug #1186069 reported by Venkatesh Sampath
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
OpenStack Identity (keystone)
Fix Released
Low
Venkatesh Sampath

Bug Description

This is related to the ability to remote debug keystone using pycharm.

In 'keystone/common/utils.py' --> setup_remote_pydev_debug() method,

The import statement for pydevd module is as follows:

from pydevd import pydevd

As per the JetBrains Documentation [http://www.jetbrains.com/pycharm/webhelp/remote-debugging-2.html], it should have been,

from pydev import pydevd

Guess, this is a typo in the import statement and needs a correction.

Tags: debug pycharm
Changed in keystone:
assignee: nobody → Venkatesh Sampath (venkateshsampath)
summary: - typo on 'import pydev' statement
+ typo in 'import pydev' statement
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to keystone (master)

Fix proposed to branch: master
Review: https://review.openstack.org/31147

Changed in keystone:
status: New → In Progress
Dolph Mathews (dolph)
Changed in keystone:
importance: Undecided → Low
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to keystone (master)

Reviewed: https://review.openstack.org/31147
Committed: http://github.com/openstack/keystone/commit/acb7c62fcc156a5d3ded1938a356bfe9bb59bf0d
Submitter: Jenkins
Branch: master

commit acb7c62fcc156a5d3ded1938a356bfe9bb59bf0d
Author: Venkatesh Sampath <email address hidden>
Date: Fri May 31 07:50:35 2013 +0530

    typo in 'import pydev' statement

    Fixes: bug #1186069
    Change-Id: I6e5225ffe36674b2c02c01175b950acf7e4e2ab5

Changed in keystone:
status: In Progress → Fix Committed
Thierry Carrez (ttx)
Changed in keystone:
milestone: none → havana-2
status: Fix Committed → Fix Released
Thierry Carrez (ttx)
Changed in keystone:
milestone: havana-2 → 2013.2
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.