~dobey/changeup/trunk

« back to all changes in this revision

Viewing changes to changeup-dispatcher

  • Committer: Rodney Dawes
  • Date: 2010-02-08 22:37:29 UTC
  • Revision ID: rodney.dawes@canonical.com-20100208223729-r4bqi0x4j8yxb77q
Move client.py code into changeup/__init__.py
Add a .bzrignore
Add the COPYING
Add a build system
Update the dispatcher and test code to not use changeup.client

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
import dbus.service
21
21
import sys
22
22
 
23
 
from changeup.client import CHANGEUP_BUS_NAME
 
23
from changeup import CHANGEUP_BUS_NAME
24
24
from dbus.mainloop.glib import DBusGMainLoop
25
25
from gobject import MainLoop
26
26