diff options
author | nyamatongwe <unknown> | 2012-05-17 13:51:49 +1000 |
---|---|---|
committer | nyamatongwe <unknown> | 2012-05-17 13:51:49 +1000 |
commit | ce78439b67608e336b0b52ebffb95a78a0c24f85 (patch) | |
tree | e32dcc487edb44de8421d3a13ff6e35790b1a490 /bin | |
parent | 9d266964ec3a759a706f5e2708b35ff3234026de (diff) | |
download | scintilla-mirror-ce78439b67608e336b0b52ebffb95a78a0c24f85.tar.gz |
Add __init__.py to bin so it can be used as a module from Python.
Diffstat (limited to 'bin')
-rw-r--r-- | bin/__init__.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/__init__.py b/bin/__init__.py new file mode 100644 index 000000000..8b1378917 --- /dev/null +++ b/bin/__init__.py @@ -0,0 +1 @@ + |