diff options
author | andy <github@anarkystic.com> | 2010-08-16 14:16:21 +0200 |
---|---|---|
committer | andy <github@anarkystic.com> | 2010-08-16 14:16:21 +0200 |
commit | d508418214016d5c00aa8d304f9498f5b99a960b (patch) | |
tree | b414d1de4b7bf688c66c3180e9e7c5478ebcbc37 /nova/validate.py | |
parent | c395dd793d84d1e9a3e0ac9c9c4044c50eea6399 (diff) | |
download | nova-d508418214016d5c00aa8d304f9498f5b99a960b.tar.gz nova-d508418214016d5c00aa8d304f9498f5b99a960b.tar.xz nova-d508418214016d5c00aa8d304f9498f5b99a960b.zip |
rather comprehensive style fixes
Diffstat (limited to 'nova/validate.py')
-rw-r--r-- | nova/validate.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nova/validate.py b/nova/validate.py index a69306fad..21f4ed286 100644 --- a/nova/validate.py +++ b/nova/validate.py @@ -57,6 +57,7 @@ def rangetest(**argchecks): # validate ranges for both+defaults return onCall return onDecorator + def typetest(**argchecks): def onDecorator(func): import sys |