Changeset 69383 in vbox for trunk/src/VBox/Main/webservice/samples/python/clienttest.py
- Timestamp:
- Oct 26, 2017 4:39:15 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/webservice/samples/python/clienttest.py
r67049 r69383 1 1 #!/usr/bin/python 2 # 3 # Copyright (C) 2012-2016 Oracle Corporation 4 # 5 # This file is part of VirtualBox Open Source Edition (OSE), as 6 # available from http://www.virtualbox.org. This file is free software; 7 # you can redistribute it and/or modify it under the terms of the GNU 8 # General Public License (GPL) as published by the Free Software 9 # Foundation, in version 2 as it comes in the "COPYING" file of the 10 # VirtualBox OSE distribution. VirtualBox OSE is distributed in the 11 # hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 12 # 2 3 __copyright__ = \ 4 """ 5 Copyright (C) 2012-2016 Oracle Corporation 6 7 This file is part of VirtualBox Open Source Edition (OSE), as 8 available from http://www.virtualbox.org. This file is free software; 9 you can redistribute it and/or modify it under the terms of the GNU 10 General Public License (GPL) as published by the Free Software 11 Foundation, in version 2 as it comes in the "COPYING" file of the 12 VirtualBox OSE distribution. VirtualBox OSE is distributed in the 13 hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 14 """ 15 16 13 17 # Things needed to be set up before running this sample: 14 18 # - Install Python and verify it works (2.7.2 will do, 3.x is untested yet)
Note:
See TracChangeset
for help on using the changeset viewer.