ovs-bugtool: Ignore deprecation warnings.
authorEthan Jackson <ethan@nicira.com>
Tue, 15 Feb 2011 01:28:56 +0000 (17:28 -0800)
committerEthan Jackson <ethan@nicira.com>
Tue, 15 Feb 2011 19:15:27 +0000 (11:15 -0800)
commit4951ece66d368a97d740eb1a4cedd1dc84e3e7a1
treea346bf181212510232983a93d583138597d73244
parentee9b9e716a18cc0b0e8861958c3a3eb110f89b93
ovs-bugtool: Ignore deprecation warnings.

Since we have to support many versions of Python, this commit
forces ovs-bugtool to ignore deprecation warnings.  They were
complaining about use of the md5 module whose replacement does not
appear until Python 2.5.  In Python 2.7 deprecation warnings are
ignored by default.

Bug #4373
debian/ovs-bugtool