py2cairo/examples
Christoph Reiter 4ddad64956 examples/snippets: fix error in case .pyc files of snippets are present. Fixes #35
The code assumed that module.__file__ points to the source, but it
points to the .pyc file in case it exists. Use inspect.getsource()
instead.
2017-05-04 16:07:24 +02:00
..
cairo_snippets examples/snippets: fix error in case .pyc files of snippets are present. Fixes #35 2017-05-04 16:07:24 +02:00
gtk flake8: enable F401 and F403 2017-05-01 16:18:25 +02:00
pygame-demo.py Port pygame example to Python 3 2017-05-01 15:32:33 +02:00