1 From 9ab2b96c2ee679c6dcb387174be211db5d70fa97 Mon Sep 17 00:00:00 2001
2 From: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
3 Date: Sun, 1 May 2016 15:35:32 +0200
4 Subject: [PATCH] Avoid intentional syntax error
6 This file has an intentional syntax error, meant to validate QA, but
7 it breaks byte compilation of this package.
9 Issue reported upstream:
10 https://github.com/crossbario/crossbar/issues/750.
12 Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
14 crossbar/worker/test/examples/syntaxerror.py | 2 --
15 1 file changed, 2 deletions(-)
17 diff --git a/crossbar/worker/test/examples/syntaxerror.py b/crossbar/worker/test/examples/syntaxerror.py
18 index a5947cc..585c995 100644
19 --- a/crossbar/worker/test/examples/syntaxerror.py
20 +++ b/crossbar/worker/test/examples/syntaxerror.py
22 #####################################################################################
24 from __future__ import absolute_import, division