diff options
author | YAMAMOTO Takashi <yamamoto@valinux.co.jp> | 2014-02-10 18:30:15 +0900 |
---|---|---|
committer | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 2014-02-11 13:56:40 +0900 |
commit | d5bb06a3f99ad697a2c7201a105feb9d8883781b (patch) | |
tree | 88fb41c1cd3509d611271ebb32e4c6de79ed856b /tools | |
parent | 6f59821b50821e77585bdb6643d211b14bd8c5d6 (diff) |
use six.add_metaclass
as suggested by OpenStack Style Guideline.
Signed-off-by: YAMAMOTO Takashi <yamamoto@valinux.co.jp>
Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
Diffstat (limited to 'tools')
-rw-r--r-- | tools/pip-requires | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/pip-requires b/tools/pip-requires index 565e4d42..96315d00 100644 --- a/tools/pip-requires +++ b/tools/pip-requires @@ -5,4 +5,5 @@ netaddr oslo.config paramiko routes +six webob>=1.0.8 |