Diff
Differences From Artifact [a682821821]:
- File cli.py — part of check-in [ea81d1ad5d] at 2012-01-09 03:45:04 on branch trunk — 2.0.8.5 (user: mario, size: 4429) [annotate] [blame] [check-ins using]
To Artifact [ea53579a96]:
- File cli.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: 4430) [annotate] [blame] [check-ins using] [more...]
︙ | ︙ | |||
13 14 15 16 17 18 19 | # # # import sys #from channels import * | | | 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 | # # # import sys #from channels import * import ahttp import action from config import conf import json |
︙ | ︙ |