From: Jérémie Galarneau Date: Wed, 11 May 2016 17:44:04 +0000 (-0400) Subject: Python bindings: PEP8 mandates two blank lines before class X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=5b489212cc608a2c13e8ddca4fd5d60d7a8cde38;p=deliverable%2Fbabeltrace.git Python bindings: PEP8 mandates two blank lines before class Signed-off-by: Jérémie Galarneau --- diff --git a/bindings/python/common.py b/bindings/python/common.py index c045d3e45..466f2c612 100644 --- a/bindings/python/common.py +++ b/bindings/python/common.py @@ -25,6 +25,7 @@ # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE # SOFTWARE. + class CTFStringEncoding: """ CTF string encodings.