mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-02-21 19:02:25 +00:00
python: Add a newline after custom classes
In the generated bindings, custom classes are squashed against the following class, which hurts readability.
This commit is contained in:
parent
1e87ecd12e
commit
ee8240b295
@ -1337,6 +1337,7 @@ def buildWrappers():
|
||||
classes.write (" # %s methods from %s.py (hand coded)\n" % (classname,classname))
|
||||
classes.write (" #\n")
|
||||
classes.writelines(extra.readlines())
|
||||
classes.write("\n")
|
||||
extra.close()
|
||||
except:
|
||||
pass
|
||||
|
Loading…
x
Reference in New Issue
Block a user