forked from openlp/openlp
Alphabetic import order, remove old catcher from python 2.5.
This commit is contained in:
parent
103d38d016
commit
00390ed688
@ -111,15 +111,11 @@ the remotes.
|
||||
{"results": {"items": [{...}, {...}]}}
|
||||
"""
|
||||
|
||||
import json
|
||||
import logging
|
||||
import os
|
||||
import urlparse
|
||||
import re
|
||||
|
||||
try:
|
||||
import json
|
||||
except ImportError:
|
||||
import simplejson as json
|
||||
import urlparse
|
||||
|
||||
from PyQt4 import QtCore, QtNetwork
|
||||
from mako.template import Template
|
||||
|
Loading…
Reference in New Issue
Block a user