Skip to content
Snippets Groups Projects

Merge of small MRs that make changes to the Python bindings

Merged Andreas Dedner requested to merge features/combinedPythonMRs into master
1 unresolved thread
Compare and Show latest version
2 files
+ 7
0
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -5,6 +5,7 @@ try:
def __init__(self, path, flags, *args, **kwargs):
_Lock.__init__(self,path,*args,flags=flags,timeout=None,**kwargs)
except ModuleNotFoundError:
import os
import fcntl
from fcntl import LOCK_EX, LOCK_SH
# file locking from fcntl
Loading