6 Commits

Author SHA1 Message Date
Tianhao He
438e5c68de Provide support for @secret annotation in DynamicTypeManager 2015-10-14 14:02:37 -07:00
Michael Rice
0f0c96bf61 Updated copyright from 2008-2014 to 2008-2015 2015-01-10 18:49:03 -06:00
Michael Rice
8507ed586a removed the shebang from the top of a few files
The #!/usr/bin/env python should be used for scripts
not for module files. This causes rpmlint to get angry
about files being non executable. For example:

python-pyvmomi.noarch: E: non-executable-script /usr/lib/python2.7/site-packages/pyVmomi/ManagedMethodExecutorHelper.py 0644L /usr/bin/env
python-pyvmomi.noarch: E: non-executable-script /usr/lib/python2.7/site-packages/pyVmomi/Iso8601.py 0644L /usr/bin/env
python-pyvmomi.noarch: E: non-executable-script /usr/lib/python2.7/site-packages/pyVmomi/DynamicTypeManagerHelper.py 0644L /usr/bin/env

This change fixes that problem.
2014-08-31 18:49:22 -05:00
Yuya Kusakabe
170ea1dece python3: 2to3 tool
Fixes for Python 3 with 2to3

partial https://github.com/vmware/pyvmomi/issues/55
2014-07-28 11:17:27 -04:00
Michael Mattioli
3254adfa26 Updated Copyright Years
Updated copyright years to 2014 where applicable
2014-07-13 03:02:00 -04:00
Joshua Kwan
26649465c6 Initial source drop
This is the initial version of pyVmomi which represents vSphere API 5.1.
Going forward, expect only the 'Objects' and 'Types' generated source
files to need updating via official OSS drops.
2013-12-14 13:36:09 -05:00