summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBastiaan Olij <mux213@gmail.com>2021-08-28 14:50:23 +1000
committerBastiaan Olij <mux213@gmail.com>2021-09-27 23:08:09 +1000
commitdd72ce151a6ee10f8045e233d3ac8bf521d7e5d4 (patch)
treef7a4a0ba251fa02dbec9c94911f45987d278fc4f
parent9d4e51011a785490b7009f9e1db743da86627ad9 (diff)
downloadredot-cpp-dd72ce151a6ee10f8045e233d3ac8bf521d7e5d4.tar.gz
Remove unused import that breaks on windows
-rw-r--r--binding_generator.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/binding_generator.py b/binding_generator.py
index b531037..002243a 100644
--- a/binding_generator.py
+++ b/binding_generator.py
@@ -1,7 +1,6 @@
#!/usr/bin/env python
import json
-from os import set_blocking
import re
import shutil
from pathlib import Path