double-click friendly demos

This commit is contained in:
vernondcole 2013-09-30 14:31:03 +01:00
parent 67c8e09443
commit 45bf584e4e
5 changed files with 5 additions and 0 deletions

1
examples/demo/kivycatalog/main.py Normal file → Executable file
View File

@ -1,3 +1,4 @@
#!/usr/bin/kivy
import kivy
kivy.require('1.4.2')
import os

1
examples/demo/pictures/main.py Normal file → Executable file
View File

@ -1,3 +1,4 @@
#!/usr/bin/kivy
'''
Pictures demo
=============

1
examples/demo/shadereditor/main.py Normal file → Executable file
View File

@ -1,3 +1,4 @@
#!/usr/bin/kivy
import kivy
kivy.require('1.0.6')

1
examples/demo/showcase/main.py Normal file → Executable file
View File

@ -1,3 +1,4 @@
#!/usr/bin/kivy
from time import time
from kivy.app import App
from os.path import dirname, join

1
examples/demo/touchtracer/main.py Normal file → Executable file
View File

@ -1,3 +1,4 @@
#!/usr/bin/kivy
import kivy
kivy.require('1.0.6')