diff options
author | Jenkins <jenkins@review.openstack.org> | 2013-01-09 01:01:57 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2013-01-09 01:01:57 +0000 |
commit | fa4696ff03260351e0755191e479fcc8026ab828 (patch) | |
tree | 4c5586992894a3a81fea1be4916073d5d5ce2fdc /nova/utils.py | |
parent | e15b65f45673971480a66d17ccb771d7b7a46a30 (diff) | |
parent | 37bfdd3b38b2d2c2f088f67e7bcc2f26c6e01c1c (diff) | |
download | nova-fa4696ff03260351e0755191e479fcc8026ab828.tar.gz nova-fa4696ff03260351e0755191e479fcc8026ab828.tar.xz nova-fa4696ff03260351e0755191e479fcc8026ab828.zip |
Merge "fix N401 errors, stop ignoring all N4* errors"
Diffstat (limited to 'nova/utils.py')
-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 1056a6e2d..b9e8e239c 100644 --- a/nova/utils.py +++ b/nova/utils.py @@ -913,7 +913,7 @@ def is_valid_cidr(address): def monkey_patch(): - """ If the Flags.monkey_patch set as True, + """If the Flags.monkey_patch set as True, this function patches a decorator for all functions in specified modules. You can set decorators for each modules |