diff options
author | Kali Kaneko <kali@leap.se> | 2014-11-12 17:41:19 +0100 |
---|---|---|
committer | Kali Kaneko <kali@leap.se> | 2014-11-12 17:41:19 +0100 |
commit | 83f36392e5086e5d40e4574b480ddaf6c10b6a64 (patch) | |
tree | 0e80d084c142cdc3cd6857e634044db67dde5fc8 | |
parent | 21b2f1767c8298128db0d4f05f77c3dfc0a7a633 (diff) |
fix typo in almalgamation url2.6.4
-rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -116,7 +116,7 @@ def get_amalgamation(): os.mkdir(AMALGAMATION_ROOT) print "Downloading amalgation." - amalgamation_url = ("https://downloads.leap.se/libs/pysqlcipher" + amalgamation_url = ("https://downloads.leap.se/libs/pysqlcipher/" "amalgamation-sqlcipher-2.1.0.zip") # and download it |