diff options
Diffstat (limited to 'gsxws/content.py')
-rw-r--r-- | gsxws/content.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gsxws/content.py b/gsxws/content.py index b73ca1f..008b46a 100644 --- a/gsxws/content.py +++ b/gsxws/content.py @@ -1,3 +1,5 @@ +# -*- coding: utf-8 -*- + class Content(GsxObject): def fetch_image(self, url): """ |