Skip to content

Commit

Permalink
new: workaround the issues python has with code generated from protobuf
Browse files Browse the repository at this point in the history
Read more here: protocolbuffers/protobuf#881

Signed-off-by: Leonardo Di Donato <leodidonato@gmail.com>
  • Loading branch information
leodido authored and Mattia committed Feb 3, 2020
1 parent 904a6fa commit 74feb2d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions falco/schema/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
import sys
import os

sys.path.append(os.path.abspath(os.path.dirname(__file__)))

0 comments on commit 74feb2d

Please sign in to comment.