comparison frontends/src/tools/strings.py @ 1935:1128feb54180

core: removed pyfeed and xe dependencies: pyfeed and xe where still used only for date format handling, and there is already dateutil which is a dependency of Wokkel. Furthermore pyfeed and xe are still not on pypi, causing troubles for installation with pip
author Goffi <goffi@goffi.org>
date Sun, 17 Apr 2016 17:08:12 +0200
parents 2daf7b4c6756
children 2c31ddf633e5
comparison
equal deleted inserted replaced
1934:2daf7b4c6756 1935:1128feb54180
16 16
17 # You should have received a copy of the GNU Affero General Public License 17 # You should have received a copy of the GNU Affero General Public License
18 # along with this program. If not, see <http://www.gnu.org/licenses/>. 18 # along with this program. If not, see <http://www.gnu.org/licenses/>.
19 19
20 import re 20 import re
21 from feed.atom import Content
22 21
23 22
24 def getURLParams(url): 23 def getURLParams(url):
25 """This comes from pyjamas.Location.makeUrlDict with a small change 24 """This comes from pyjamas.Location.makeUrlDict with a small change
26 to also parse full URLs, and parameters with no value specified 25 to also parse full URLs, and parameters with no value specified