Getting start on this here em code
authorEd Page <eopage@byu.net>
Fri, 25 Sep 2009 22:10:33 +0000 (17:10 -0500)
committerEd Page <eopage@byu.net>
Fri, 25 Sep 2009 22:10:33 +0000 (17:10 -0500)
commitab4da214c520d763bbbddeb828c8e7c838374fe3
tree73c0f5815e353067009aa34668405518a84a3df0
parent382879ddd1338c963b1f0c6d1d296a7b5472b2be
Getting start on this here em code
22 files changed:
src/aliasing.py [new file with mode: 0644]
src/avatars.py [new file with mode: 0644]
src/channel/__init__.py [new file with mode: 0644]
src/channel/contact_list.py [new file with mode: 0644]
src/channel/group.py [new file with mode: 0644]
src/channel/text.py [new file with mode: 0644]
src/channel_manager.py [new file with mode: 0644]
src/connection.py [new file with mode: 0644]
src/connection_manager.py [new file with mode: 0644]
src/handle.py [new file with mode: 0644]
src/presence.py [new file with mode: 0644]
src/simple_presence.py [new file with mode: 0644]
src/telepathy-theonering [new file with mode: 0755]
src/util/__init__.py [new file with mode: 0644]
src/util/algorithms.py [new file with mode: 0644]
src/util/concurrent.py [new file with mode: 0644]
src/util/coroutines.py [new file with mode: 0755]
src/util/go_utils.py [new file with mode: 0644]
src/util/io.py [new file with mode: 0644]
src/util/linux.py [new file with mode: 0644]
src/util/misc.py [new file with mode: 0644]
src/util/overloading.py [new file with mode: 0644]