Added hooke.util.yaml fixing YAML/NumPy type issues (by dropping data).
[hooke.git] / hooke / __init__.py
index 64f309a205e8854fc7a978857c611eb3f9744762..a220d8b26cff0ab8a580a8c7ba6317bf4d4d5331 100644 (file)
@@ -30,9 +30,10 @@ try:
     from .license import LICENSE as __license__
 except ImportError, e:
     import logging
-    logging.warn('Could not load LICENSE from hooke.license')
+    logging.warn('could not load LICENSE from hooke.license')
     __license__ = 'All rights reserved.' 
 
+from .util import yaml  # extend YAML to parse Hooke-specific items.
 
 __version__ = (1, 0, 0, 'alpha', None, 'Ninken')
 """Version tuple::