diff options
| author | yo mama <pepper@scannerjammer.com> | 2015-09-22 16:46:02 -0700 |
|---|---|---|
| committer | yo mama <pepper@scannerjammer.com> | 2015-09-22 16:46:02 -0700 |
| commit | 3311bc27f52dc00b9226deb7e683754fa4c8316b (patch) | |
| tree | a90d6fcc9899c5c20d55d2ad92b8bdb2daafc891 /lib/Pb/Gradient/__init__.py | |
| parent | d3e7b5708deffbed864c916de22663f48333c58b (diff) | |
ok finishing server
Diffstat (limited to 'lib/Pb/Gradient/__init__.py')
| -rwxr-xr-x | lib/Pb/Gradient/__init__.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/Pb/Gradient/__init__.py b/lib/Pb/Gradient/__init__.py index a05612b..340ce62 100755 --- a/lib/Pb/Gradient/__init__.py +++ b/lib/Pb/Gradient/__init__.py @@ -180,5 +180,4 @@ class PbGradient(Pb): def create(self):
self._build_cmd()
- self._file_dimensions()
- self._file_size_get()
+ super(PbGradient, self).create()
|
