Skip to content

Commit

Permalink
Merge "typo in 'import pydev' statement"
Browse files Browse the repository at this point in the history
  • Loading branch information
Jenkins authored and openstack-gerrit committed Jun 4, 2013
2 parents 132ff6d + acb7c62 commit 0c9538d
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 0c9538d

Please sign in to comment.