summaryrefslogtreecommitdiff
path: root/passlib.komodoproject
diff options
context:
space:
mode:
authorEli Collins <elic@assurancetechnologies.com>2011-01-07 07:37:39 +0000
committerEli Collins <elic@assurancetechnologies.com>2011-01-07 07:37:39 +0000
commitdf53832315758ad9dcecae91fc9a511f3cba575a (patch)
treea140a764e6c17df24afa34ea7ee6f22a0690bcb0 /passlib.komodoproject
parentc9748b14693b2378a20088f46f44b2f56ccfda6f (diff)
downloadpasslib-df53832315758ad9dcecae91fc9a511f3cba575a.tar.gz
rearranging
=========== * moved hash.py to package * in process of rearranging so core code is in hash.base, and separate submodules exist for each of the algorithms. - sha crypt split out - unix crypt split out - similar refactor of UT files * moved hash64 encoding helpers to passlib.util.H64 class * reversed order of h64 encoding helpers so offsets match order of output * added H64 unit tests unix crypt ---------- (yes this is overkill for legacy crypt) * cleaned up builtin unix_crypt semantics * wrapping stdlib crypt to deal w/ border case errors * added better unix crypt backend test suite
Diffstat (limited to 'passlib.komodoproject')
-rw-r--r--passlib.komodoproject2
1 files changed, 1 insertions, 1 deletions
diff --git a/passlib.komodoproject b/passlib.komodoproject
index 62697df..d4e8545 100644
--- a/passlib.komodoproject
+++ b/passlib.komodoproject
@@ -3,7 +3,7 @@
<project id="ab14e891-3bad-4dee-94c1-e8ad8d6ca1a9" kpf_version="5" name="passlib.komodoproject">
<preference-set idref="ab14e891-3bad-4dee-94c1-e8ad8d6ca1a9">
<string relative="path" id="import_dirname"></string>
- <string id="import_exclude_matches">dist;build;.*;*.*~;*.bak;*.tmp;CVS;.#*;*.pyo;*.pyc;.svn;*%*;tmp*.html;.DS_Store</string>
+ <string id="import_exclude_matches">_build;dist;build;.*;*.*~;*.bak;*.tmp;CVS;.#*;*.pyo;*.pyc;.svn;*%*;tmp*.html;.DS_Store</string>
<string id="import_include_matches"></string>
<boolean id="import_live">1</boolean>
</preference-set>