Kiril Nesenko has uploaded a new change for review. Change subject: Remove sh bang from ovfenvelope.py. ......................................................................
Remove sh bang from ovfenvelope.py. Its not the script so we don't really need this sh bang there. Change-Id: I43d530cf1f826834672fd7cc4cb93ab4601d8865 Signed-off-by: Kiril Nesenko <[email protected]> --- M src/ovf/ovfenvelope.py 1 file changed, 0 insertions(+), 7 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-image-uploader refs/changes/43/14043/1 diff --git a/src/ovf/ovfenvelope.py b/src/ovf/ovfenvelope.py index 101792c..685dbba 100644 --- a/src/ovf/ovfenvelope.py +++ b/src/ovf/ovfenvelope.py @@ -1,10 +1,3 @@ -#!/usr/bin/env python -# -*- coding: utf-8 -*- - -# -# Generated Fri Dec 2 15:05:18 2011 by generateDS.py version 2.7b. -# - import sys import getopt import re as re_ -- To view, visit http://gerrit.ovirt.org/14043 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I43d530cf1f826834672fd7cc4cb93ab4601d8865 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-image-uploader Gerrit-Branch: master Gerrit-Owner: Kiril Nesenko <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
