Fixed problem with missing __init__.py files.

This commit is contained in:
Joe Gregorio
2011-03-18 13:38:35 -04:00
parent c5edb3c8a5
commit 4d1f75f77d
4 changed files with 1 additions and 1 deletions

View File

@@ -1,5 +1,5 @@
recursive-include tests *.py *.json
recursive-include apiclient *.json
recursive-include apiclient *.json *.py
recursive-include docs *.html
recursive-include samples *.py *.png *.html *.yaml *.json
include runtests.py

View File

View File

View File