~dobey/ubuntuone-client/py-only

« back to all changes in this revision

Viewing changes to contrib/draw-fsm

  • Committer: Rodney Dawes
  • Date: 2013-06-07 15:22:31 UTC
  • Revision ID: rodney.dawes@canonical.com-20130607152231-7b3wd88vfk3lcbp0
Convert build system from autotools to DistUtilsExtra

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/usr/bin/python
1
2
# ubuntuone.syncdaemon.fsm.fsm_draw - draw a fsm
2
3
#
3
4
# Author: Lucio Torre <lucio.torre@canonical.com>
35
36
import sys
36
37
 
37
38
# pylint: disable-msg=F0401
38
 
import gtk
 
39
from gi.repository import Gtk as gtk
39
40
 
40
41
import xdot
41
42
from ubuntuone.syncdaemon.fsm import fsm