diff options
author | necoro <> | 2006-09-24 17:31:24 +0000 |
---|---|---|
committer | necoro <> | 2006-09-24 17:31:24 +0000 |
commit | 92fcfce9627359398c0de00deb15897061c118d2 (patch) | |
tree | 4ee03563b2b9609e7cf8aa5e8e767992963645dc /geneticone/helper.py | |
parent | 5d9c0db0f421621973121d95f07fd8c72b1ef7ae (diff) | |
download | portato-92fcfce9627359398c0de00deb15897061c118d2.tar.gz portato-92fcfce9627359398c0de00deb15897061c118d2.tar.bz2 portato-92fcfce9627359398c0de00deb15897061c118d2.zip |
Started some documentation
Diffstat (limited to '')
-rw-r--r-- | geneticone/helper.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/geneticone/helper.py b/geneticone/helper.py index e59ca98..e97568b 100644 --- a/geneticone/helper.py +++ b/geneticone/helper.py @@ -27,6 +27,9 @@ class BlockedException (Exception): class PackageNotFoundException (Exception): pass +class DependencyCalcError (Exception): + pass + def find_lambda (name): """Returns the function needed by all the find_all_*-functions. Returns None if no name is given.""" if name != None: |