Code tidyup after 2to3 conversion
Moved config parser into its own module
This commit is contained in:
parent
0805f032fb
commit
ba681cea89
14 changed files with 119 additions and 118 deletions
|
@ -1,7 +1,7 @@
|
|||
try:
|
||||
from urllib.parse import quote # Python3
|
||||
from urllib.parse import quote # Python3
|
||||
except ImportError:
|
||||
from urllib import quote # Python2
|
||||
from urllib import quote # Python2
|
||||
from .errors import *
|
||||
|
||||
class OpenPhotoObject:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue