Add __init__.py to tools/ and tools/setup/.

This will make it possible to import stuff from tools/setup/.
This commit is contained in:
Eklavya Sharma 2016-07-20 20:32:48 -04:00 committed by Tim Abbott
parent 38bf0bf39b
commit 2930a769a9
3 changed files with 1 additions and 0 deletions

0
tools/__init__.py Normal file
View File

View File

@ -1,5 +1,6 @@
#!/usr/bin/env python
from __future__ import absolute_import
from __future__ import print_function
import os

0
tools/setup/__init__.py Normal file
View File