WizardDataUriEncoder/DataUriEncoderWizardDialog.py

changeset 32
6a6942486976
parent 31
c73bdba5f9c7
child 34
525dc29b6a22
equal deleted inserted replaced
31:c73bdba5f9c7 32:6a6942486976
6 """ 6 """
7 Module implementing the base64 data URI encoder wizard dialog. 7 Module implementing the base64 data URI encoder wizard dialog.
8 """ 8 """
9 9
10 from __future__ import unicode_literals 10 from __future__ import unicode_literals
11 try:
12 str = unicode # __IGNORE_EXCEPTION__
13 except NameError:
14 pass
11 15
12 import os 16 import os
13 import mimetypes 17 import mimetypes
14 import base64 18 import base64
15 import getpass 19 import getpass

eric ide

mercurial