diff options
| author | Venkatesh Sampath <venkatesh.sampath@outlook.com> | 2013-05-31 07:50:35 +0530 |
|---|---|---|
| committer | Venkatesh Sampath <venkatesh.sampath@outlook.com> | 2013-05-31 07:57:50 +0530 |
| commit | acb7c62fcc156a5d3ded1938a356bfe9bb59bf0d (patch) | |
| tree | b3a6141e59dc37f30c7e37365d8bd6e07d50f57c | |
| parent | 6516c31571333db83d8a7860667c9b180732f003 (diff) | |
typo in 'import pydev' statement
Fixes: bug #1186069
Change-Id: I6e5225ffe36674b2c02c01175b950acf7e4e2ab5
| -rw-r--r-- | keystone/common/utils.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keystone/common/utils.py b/keystone/common/utils.py index 687d4cd2..fc62de97 100644 --- a/keystone/common/utils.py +++ b/keystone/common/utils.py @@ -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 |
