mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-11 02:02:22 +00:00
Local hacks to compile and monkey patch issues in the Python world
All AI generated slop. Do NOT trust these "fixes". It's just to get it working on my machine.
This commit is contained in:
@@ -93,6 +93,11 @@ except Exception:
|
||||
from . import guid
|
||||
from .ifcopenshell_wrapper import entity_instance, file
|
||||
from .file import rocksdb_lazy_instance
|
||||
# Hacks!
|
||||
from .entity_instance import _patch_swig_comparisons
|
||||
_patch_swig_comparisons()
|
||||
del _patch_swig_comparisons
|
||||
# End hacks!
|
||||
from .sql import sqlite, sqlite_entity
|
||||
|
||||
# explicitly specify available imported symbols
|
||||
|
||||
Reference in New Issue
Block a user