Skip to content

Commit

Permalink
Fix blurb import in the runpy interface (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk authored Jul 17, 2024
2 parents 0cc1c1a + 3529a9e commit b94ca99
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/blurb/__main__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""Run blurb using `python3 blurb/`."""
import blurb
"""Run blurb using ``python3 -m blurb``."""
from blurb import blurb


if __name__ == '__main__':
Expand Down
2 changes: 2 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,5 @@ commands =
{posargs}
blurb test
blurb help
{envpython} -I -m blurb test
{envpython} -I -m blurb help

0 comments on commit b94ca99

Please sign in to comment.