mirror of https://github.com/zulip/zulip.git
Add __init__.py to tools/ and tools/setup/.
This will make it possible to import stuff from tools/setup/.
This commit is contained in:
parent
38bf0bf39b
commit
2930a769a9
|
@ -1,5 +1,6 @@
|
|||
#!/usr/bin/env python
|
||||
|
||||
from __future__ import absolute_import
|
||||
from __future__ import print_function
|
||||
|
||||
import os
|
||||
|
|
Loading…
Reference in New Issue