mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
Bug 8208 - bare metal provisioning
put interpreter declration before license text
This commit is contained in:
parent
20452b7ada
commit
1d5d254758
@ -1,3 +1,4 @@
|
|||||||
|
#!/usr/bin/python
|
||||||
#
|
#
|
||||||
# Copyright (C) 2010 Cloud.com, Inc. All rights reserved.
|
# Copyright (C) 2010 Cloud.com, Inc. All rights reserved.
|
||||||
#
|
#
|
||||||
@ -15,7 +16,7 @@
|
|||||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
#
|
#
|
||||||
|
|
||||||
#!/usr/bin/python
|
|
||||||
import sys, os
|
import sys, os
|
||||||
from subprocess import PIPE, Popen
|
from subprocess import PIPE, Popen
|
||||||
import logging
|
import logging
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user