~jhonnyc/cgmail/jonathanc-branch

« back to all changes in this revision

Viewing changes to cgmailservice.py

  • Committer: Marco Ferragina
  • Date: 2007-05-06 15:51:12 UTC
  • Revision ID: marco.ferragina@gmail.com-20070506155112-874uk2m8blrknyuf
Restructured package source dir. Now is much more organized. Implemented right click menu on account window treeview

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
import sys
3
3
import os
4
4
 
5
 
from src.mainloop import MainLoop
6
 
from src.dbusinterface import get_dbus_interface
7
 
 
8
5
cwd = os.getcwd()
9
6
sys.path.append(cwd)
 
7
sys.path.append(os.path.join(cwd, "src"))
 
8
 
 
9
from src.service.mainloop import MainLoop
 
10
from src.service.dbusinterface import get_dbus_interface
10
11
 
11
12
iface = get_dbus_interface()
12
13
#iface = None