diff options
| author | yo mama <pepper@scannerjammer.com> | 2015-09-22 00:51:40 -0700 |
|---|---|---|
| committer | yo mama <pepper@scannerjammer.com> | 2015-09-22 00:51:40 -0700 |
| commit | d3e7b5708deffbed864c916de22663f48333c58b (patch) | |
| tree | ef76784a7827baff88c03670bf22832a3f146b17 /lib/Pb/Landscape/__init__.py | |
| parent | 86c79f4372d7b2e7640a26473c7a4d331cdf7d16 (diff) | |
finishing server
Diffstat (limited to 'lib/Pb/Landscape/__init__.py')
| -rwxr-xr-x | lib/Pb/Landscape/__init__.py | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/Pb/Landscape/__init__.py b/lib/Pb/Landscape/__init__.py index cc1bcb0..153f9ce 100755 --- a/lib/Pb/Landscape/__init__.py +++ b/lib/Pb/Landscape/__init__.py @@ -1,4 +1,4 @@ -from Config import * +from config import * import Pb import base64 from Pb import Pb @@ -48,3 +48,5 @@ class PbLandscape(Pb): def create(self, breakmode=""): self._saveImgData(); + self._file_dimensions(); + self._file_size_get(); |
