Skip to content

Commit

Permalink
typo in 'import pydev' statement
Browse files Browse the repository at this point in the history
Fixes: bug #1186069
Change-Id: I6e5225ffe36674b2c02c01175b950acf7e4e2ab5
  • Loading branch information
venkateshsampath committed May 31, 2013
1 parent 6516c31 commit acb7c62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion keystone/common/utils.py
Expand Up @@ -219,7 +219,7 @@ def setup_remote_pydev_debug():
if CONF.pydev_debug_host and CONF.pydev_debug_port:
try:
try:
from pydevd import pydevd
from pydev import pydevd
except ImportError:
import pydevd

Expand Down

0 comments on commit acb7c62

Please sign in to comment.