Skip to content
This repository has been archived by the owner on Feb 25, 2020. It is now read-only.

Commit

Permalink
Simplify the README
Browse files Browse the repository at this point in the history
  • Loading branch information
brettcannon committed Apr 20, 2018
1 parent f1bb7ae commit 09f45e3
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
# modutil
A library for working with Python modules.

## Contents
# Module Contents

### `lazy_import(importer_name, to_import)`
## `lazy_import(importer_name, to_import)`
Returns the importing module and a callable for lazy importing.

The module named by `importer_name` represents the module performing the
Expand Down

0 comments on commit 09f45e3

Please sign in to comment.