Refactoring

This commit is contained in:
Daniel G. Taylor
2019-10-08 17:48:53 -07:00
parent c932fbc72c
commit 1f46e10ba7
6 changed files with 156 additions and 131 deletions

View File

@@ -1,6 +1,8 @@
#!/usr/bin/env python
import os # isort: skip
# Force pure-python implementation instead of C++, otherwise imports
# break things because we can't properly reset the symbol database.
os.environ["PROTOCOL_BUFFERS_PYTHON_IMPLEMENTATION"] = "python"