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-Tag: v2.0.0-pre1~955 X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=commitdiff_plain;h=5b489212cc608a2c13e8ddca4fd5d60d7a8cde38 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 c045d3e4..466f2c61 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.