diff options
author | Jack Lloyd <[email protected]> | 2017-01-24 06:38:35 -0500 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2017-01-24 06:38:35 -0500 |
commit | 0040b939829abdfdc085ea64fba8eb8b4d8c48f0 (patch) | |
tree | 7790644a36c85c4d1a44e51563bb8f1933e2bb69 | |
parent | 6a8da3d4f85d0655a9ab4a1eb5db98169cac8a47 (diff) |
Rename Python module to botan2
Makes it easier to support side by side installs. And for the programmer
it is easier if `import botan2` can always be used to refer to a specific version.
GH #847
-rwxr-xr-x | src/python/botan2.py (renamed from src/python/botan.py) | 0 |
1 files changed, 0 insertions, 0 deletions
diff --git a/src/python/botan.py b/src/python/botan2.py index 399680b86..399680b86 100755 --- a/src/python/botan.py +++ b/src/python/botan2.py |