Skip to content

Commit

Permalink
API: All the usefull symbols in the __init__
Browse files Browse the repository at this point in the history
This is necessary for easily embedding joblib in other packages while
keeping the an optional other import path
  • Loading branch information
GaelVaroquaux committed Jun 25, 2011
1 parent c2d8d62 commit 8d0c187
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion joblib/__init__.py
Expand Up @@ -103,5 +103,5 @@
from .logger import PrintTime, Logger
from .hashing import hash
from .numpy_pickle import dump, load
from .parallel import Parallel, delayed
from .parallel import Parallel, delayed, cpu_count

0 comments on commit 8d0c187

Please sign in to comment.