diff options
Diffstat (limited to 'geneticone/helper.py')
-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: |