Diff
Differences From Artifact [b27eefc5db]:
- File channels/__init__.py — part of check-in [199ac60b55] at 2016-11-06 12:13:37 on branch trunk — Implement a status message for URN: resolving, shorten code back (- row[] object gets implicitly updated.) (user: mario, size: 31162) [annotate] [blame] [check-ins using]
To Artifact [a62aaaa5c0]:
- File channels/__init__.py — part of check-in [049c5a6edd] at 2016-11-06 18:51:20 on branch trunk — Add unichr() function alias for Python3. (user: mario, size: 31188) [annotate] [blame] [check-ins using]
29 30 31 32 33 34 35 36 37 38 39 40 41 42 | 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 | + | # GtkBuilder description. They derive from ChannelPlugins therefore, # which constructs and registers the required gtk widgets manually. import gtk from uikit import uikit, ver as gtk_ver from config import * from compat2and3 import * import ahttp import action import os.path import xml.sax.saxutils import re import copy import inspect |