~jelmer/zeitgeist-explorer/lintian-fixes

« back to all changes in this revision

Viewing changes to zgexplorer/remote.py

  • Committer: Manish Sinha
  • Date: 2013-06-14 04:35:31 UTC
  • Revision ID: manishsinha@ubuntu.com-20130614043531-tqy9fyo3ppnhnwi0
* Second release.
* Contains only Monitor feature and sorting by Applications.

Show diffs side-by-side

added added

removed removed

Lines of Context:
77
77
 
78
78
def get_zeitgeist():
79
79
    return ZeitgeistInterface.get_interface()
 
80