diff options
author | nyamatongwe <devnull@localhost> | 2012-05-17 13:51:49 +1000 |
---|---|---|
committer | nyamatongwe <devnull@localhost> | 2012-05-17 13:51:49 +1000 |
commit | d3d76f4c775565df78fbdf4411877577f2c1f4a6 (patch) | |
tree | c3a1fb999148aae0ace6820b1f81b5e22ad5195d | |
parent | 2bcf6177682e59969d6c6ce54a39bf009ac75a49 (diff) | |
download | scintilla-mirror-d3d76f4c775565df78fbdf4411877577f2c1f4a6.tar.gz |
Add __init__.py to bin so it can be used as a module from Python.
-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 @@ + |