Candace Sheremeta has uploaded a new change for review. Change subject: vdsm: Added pep8 and pyflakes submodules to vdsm source tree ......................................................................
vdsm: Added pep8 and pyflakes submodules to vdsm source tree Pep8 submodule from: https://github.com/jcrocholl/pep8 Pyflakes submodule from: https://github.com/pyflakes/pyflakes/ Change-Id: I2248ad929b49684d41a40e944c907298deec4daa Signed-off-by: Candace Sheremeta <[email protected]> --- A .gitmodules A pep8 A pyflakes 3 files changed, 6 insertions(+), 0 deletions(-) git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/34/37134/1 diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..2711159 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,6 @@ +[submodule "pep8"] + path = pep8 + url = https://github.com/jcrocholl/pep8 +[submodule "pyflakes"] + path = pyflakes + url = https://github.com/pyflakes/pyflakes/ diff --git a/pep8 b/pep8 new file mode 160000 index 0000000..e57e293 --- /dev/null +++ b/pep8 +Subproject commit e57e293db47b79f757a6a88138cac53dfc913f93 diff --git a/pyflakes b/pyflakes new file mode 160000 index 0000000..8dd58c9 --- /dev/null +++ b/pyflakes +Subproject commit 8dd58c955cda639ae9155fd42b3c69eca47f5a6c -- To view, visit http://gerrit.ovirt.org/37134 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I2248ad929b49684d41a40e944c907298deec4daa Gerrit-PatchSet: 1 Gerrit-Project: vdsm Gerrit-Branch: master Gerrit-Owner: Candace Sheremeta <[email protected]> _______________________________________________ vdsm-patches mailing list [email protected] https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches
