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 | |
| parent | 30126dfc2877a82b8af02d68ca3b155068d551dd (diff) | |
ready for merge and ready for publish
Diffstat (limited to 'lib/pb')
| -rw-r--r-- | lib/pb/__init__.py | 2 | ||||
| -rwxr-xr-x | lib/pb/generate.py | 3 |
2 files changed, 3 insertions, 2 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 diff --git a/lib/pb/generate.py b/lib/pb/generate.py index 5fc1402..6bf99c3 100755 --- a/lib/pb/generate.py +++ b/lib/pb/generate.py @@ -34,7 +34,8 @@ class PbGenerate(Pb): 'saturation': '100', 'merge_early': 'true', 'format': 'gif', - 'background': 'http://i.asdf.us/im/bc/new_1430440747.gif', + 'background': 'bob', + #'background': 'http://i.asdf.us/im/bc/new_1430440747.gif', 'subtract': '#EE7AE9', 'transparent': 'true', 'name': 'yo', |
