diff options
author | Nachi Ueno <ueno.nachi@lab.ntt.co.jp> | 2011-08-23 08:51:44 -0700 |
---|---|---|
committer | Nachi Ueno <ueno.nachi@lab.ntt.co.jp> | 2011-08-23 08:51:44 -0700 |
commit | f380b65cdce439d440b68b0f4a65be45d13ce453 (patch) | |
tree | 25faeda353612465063742574b8b108b8a4fe4ea | |
parent | 82019a47e029427760db86762fc6cf95d14e0a84 (diff) | |
download | nova-f380b65cdce439d440b68b0f4a65be45d13ce453.tar.gz nova-f380b65cdce439d440b68b0f4a65be45d13ce453.tar.xz nova-f380b65cdce439d440b68b0f4a65be45d13ce453.zip |
Removed blank line
-rw-r--r-- | nova/utils.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/nova/utils.py b/nova/utils.py index 5c7d52c70..21e6221b2 100644 --- a/nova/utils.py +++ b/nova/utils.py @@ -851,7 +851,6 @@ def is_valid_ipv4(address): """valid the address strictly as per format xxx.xxx.xxx.xxx. where xxx is a value between 0 and 255. """ - parts = address.split(".") if len(parts) != 4: return False |