added __init__.py to examples and tests subdirectories

ironpython
András Veres-Szentkirályi 2013-06-24 14:33:58 +02:00
rodzic 24fdb592c2
commit 7cca77b7b5
2 zmienionych plików z 6 dodań i 0 usunięć

Wyświetl plik

@ -0,0 +1,3 @@
#!/usr/bin/env python
__all__ = ['overlay', 'pyaudio_sstv', 'repeater']

Wyświetl plik

@ -0,0 +1,3 @@
#!/usr/bin/env python
__all__ = ['common', 'test_color', 'test_sstv']