Diff
Differences From Artifact [1d593a3fc6]:
- File channels/musicgoal.py — part of check-in [ea81d1ad5d] at 2012-01-09 03:45:04 on branch trunk — 2.0.8.5 (user: mario, size: 3664) [annotate] [blame] [check-ins using]
To Artifact [faf1e3671e]:
- File channels/musicgoal.py — part of check-in [d3b1418bc6] at 2014-04-08 21:16:12 on branch py3 — rename http to ahttp to avoid conflict with Python3 modules, change .iteritems and xrange, remove same remaining plain print statements (user: mario, size: 3673) [annotate] [blame] [check-ins using] [more...]
︙ | ︙ | |||
12 13 14 15 16 17 18 | # # st2 modules from config import conf from mygtk import mygtk | | | 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 | # # st2 modules from config import conf from mygtk import mygtk import ahttp as http from channels import * # python modules import re import json |
︙ | ︙ |