diff options
| author | yo mama <pepper@scannerjammer.com> | 2015-09-11 18:54:37 -0700 |
|---|---|---|
| committer | yo mama <pepper@scannerjammer.com> | 2015-09-11 18:54:37 -0700 |
| commit | f904b1b552134e6b8701d9d94c7fed321011ae94 (patch) | |
| tree | fd898841f2a84bf3cccc7e1d2894d02c425cabc5 /Pb/Gradient/__init__.py | |
| parent | 7aaa91d7a090e4ab9be979160622f4c48e3d9b46 (diff) | |
finished the params class, almost done with pb master class
Diffstat (limited to 'Pb/Gradient/__init__.py')
| -rwxr-xr-x | Pb/Gradient/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Pb/Gradient/__init__.py b/Pb/Gradient/__init__.py index 5120c7d..c384df2 100755 --- a/Pb/Gradient/__init__.py +++ b/Pb/Gradient/__init__.py @@ -44,7 +44,7 @@ HALFTONEVALUES = { }
-class Gradient(Pb):
+class Imgradient(Pb):
def __init__(self, **kwargs):
self.tag = "imGradient"
self.directory = WORKING_DIR
|
