summaryrefslogtreecommitdiff
path: root/examples/consolecallback.py
Commit message (Collapse)AuthorAgeFilesLines
* examples: Invoke print("...") instead of print "..."Daniel P. Berrange2013-12-111-3/+3
| | | | | | | The 'print' method must be called as a function in python3, ie with brackets. Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
* Move python example programs into python/examples/ subdirectoryDaniel P. Berrange2013-11-221-0/+88
Signed-off-by: Daniel P. Berrange <berrange@redhat.com>