~ubuntu-branches/debian/stretch/zim/stretch

« back to all changes in this revision

Viewing changes to zim/plugins/linkmap/__init__.py

  • Committer: Package Import Robot
  • Author(s): Raphaël Hertzog
  • Date: 2013-05-02 17:48:47 UTC
  • mfrom: (1.2.23)
  • Revision ID: package-import@ubuntu.com-20130502174847-6q5sw0zarzcb08t5
Tags: 0.60-1
* New upstream release.
* Update Standards-Version to 3.9.4.

Show diffs side-by-side

added added

removed removed

Lines of Context:
38
38
                has_graphviz = Application(('fdp',)).tryexec()
39
39
                return has_graphviz, [('GraphViz', has_graphviz, True)]
40
40
 
41
 
        def disconnect(self):
42
 
                pass
43
 
 
44
41
 
45
42
class LinkMap(object):
46
43