]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Add syntax-check to make sure Python files don't contain trailing semicolon
authorGuido Günther <agx@sigxcpu.org>
Thu, 7 Feb 2013 07:01:52 +0000 (08:01 +0100)
committerGuido Günther <agx@sigxcpu.org>
Thu, 7 Feb 2013 18:52:49 +0000 (19:52 +0100)
commit7f5c285082978dd49627f43fee636dcd23dbde48
tree84209565586e22150f0a25630495c3f7bc385834
parent3591f79b7e9bd4554523c57c6b1bd03911988899
Add syntax-check to make sure Python files don't contain trailing semicolon

We allow for a trailing semicolon in full line comments since
docs/index.py has some SQL statements in it.
cfg.mk