diff options
| author | Nachi Ueno <ueno.nachi@lab.ntt.co.jp> | 2011-08-19 14:22:53 -0700 |
|---|---|---|
| committer | Nachi Ueno <ueno.nachi@lab.ntt.co.jp> | 2011-08-19 14:22:53 -0700 |
| commit | e10aa40bd6c2f96b2f5bba8b38b9605f019328e9 (patch) | |
| tree | cb10c5d042ed902e427dc4948c6abf5209060cbb | |
| parent | 27723b95f7b3a64226ebe431e17cbf681b40303b (diff) | |
Fixed typo
| -rw-r--r-- | nova/utils.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nova/utils.py b/nova/utils.py index 171035068..d7e14b1b0 100644 --- a/nova/utils.py +++ b/nova/utils.py @@ -636,7 +636,7 @@ def synchronized(name, external=False): Different methods can share the same lock: @synchronized('mylock') - Gdef foo(self, *args): + def foo(self, *args): ... @synchronized('mylock') |
