diff options
| author | Pepper <pepper@scannerjammer.com> | 2015-09-27 03:02:22 -0400 |
|---|---|---|
| committer | Pepper <pepper@scannerjammer.com> | 2015-09-27 03:02:22 -0400 |
| commit | 480896bd416d0dfef7716508c6a10144d0fa068e (patch) | |
| tree | 2a2297334e990e94f241a7882c5a61cf0f25a702 /lib/pb/__init__.py | |
| parent | 30126dfc2877a82b8af02d68ca3b155068d551dd (diff) | |
ready for merge and ready for publish
Diffstat (limited to 'lib/pb/__init__.py')
| -rw-r--r-- | lib/pb/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/pb/__init__.py b/lib/pb/__init__.py index d87fb7e..10f4ae6 100644 --- a/lib/pb/__init__.py +++ b/lib/pb/__init__.py @@ -1,5 +1,5 @@ """Convenience for relative imports""" -from .pb import Pb +from .pb import Pb, PbProcessError from .grid import PbGrid from .breaker import PbBreaker from .pattern import PbPattern |
