Skip to content

Commit

Permalink
rename _helpers -> _lab
Browse files Browse the repository at this point in the history
  • Loading branch information
xlcnd committed Jan 18, 2015
1 parent 0c9c91d commit a212e1d
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion isbntools/app/goom.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
from isbnlib.dev.helpers import fmtbib, fmts

from isbntools import goom, quiet_errors
from isbntools._helpers import sprint
from isbntools._lab import sprint


logging.basicConfig(level=logging.CRITICAL)
Expand Down
2 changes: 1 addition & 1 deletion isbntools/app/meta.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

from isbntools import (meta, clean, canonical, get_canonical_isbn,
config, registry, quiet_errors)
from isbntools._helpers import sprint
from isbntools._lab import sprint


logging.basicConfig(level=logging.CRITICAL)
Expand Down
2 changes: 1 addition & 1 deletion isbntools/test/test_sprint.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

import sys

from isbntools._helpers import sprint
from isbntools._lab import sprint


"""
Expand Down

0 comments on commit a212e1d

Please sign in to comment.