Skip to content
This repository has been archived by the owner on Jul 28, 2022. It is now read-only.

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 poiana committed Feb 3, 2020
1 parent a790e0d commit 10997e9
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 10997e9

Please sign in to comment.