diff options
author | Fabian Affolter <fabian@bernewireless.net> | 2010-06-07 11:03:09 +0000 |
---|---|---|
committer | Sol Jerome <solj@ices.utexas.edu> | 2010-06-07 08:42:52 -0500 |
commit | 0b5debac6873733685bc55fc1f88da6b5879a85f (patch) | |
tree | ef6fdc4c51ad1d86228707cfaccef6c6d7e0d072 /src/sbin/bcfg2-repo-validate | |
parent | d52c925dedfabc0f8ba0b3a137fcf977749a055e (diff) | |
download | bcfg2-0b5debac6873733685bc55fc1f88da6b5879a85f.tar.gz bcfg2-0b5debac6873733685bc55fc1f88da6b5879a85f.tar.bz2 bcfg2-0b5debac6873733685bc55fc1f88da6b5879a85f.zip |
Updated files to match PEP 257
git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@5895 ce84e21b-d406-0410-9b95-82705330c041
Diffstat (limited to 'src/sbin/bcfg2-repo-validate')
-rwxr-xr-x | src/sbin/bcfg2-repo-validate | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/sbin/bcfg2-repo-validate b/src/sbin/bcfg2-repo-validate index 47015f4ec..1bdcf4180 100755 --- a/src/sbin/bcfg2-repo-validate +++ b/src/sbin/bcfg2-repo-validate @@ -1,9 +1,9 @@ #!/usr/bin/env python -''' +""" bcfg2-repo-validate checks all xml files in Bcfg2 -repos against their respective XML schemas -''' +repos against their respective XML schemas. +""" __revision__ = '$Revision$' import glob |