added __init__.py to examples and tests subdirectories

This commit is contained in:
András Veres-Szentkirályi 2013-06-24 14:33:58 +02:00
parent 24fdb592c2
commit 7cca77b7b5
2 changed files with 6 additions and 0 deletions

View file

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

3
pysstv/tests/__init__.py Normal file
View file

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