mirror of
https://gitlab.com/libvirt/libvirt-python.git
synced 2025-08-04 12:21:57 +03: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:
@ -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
|
||||
|
Reference in New Issue
Block a user