~ubuntu-branches/ubuntu/vivid/ibus-cangjie/vivid

« back to all changes in this revision

Viewing changes to scripts/ibus-setup-cangjie.in

  • Committer: Package Import Robot
  • Author(s): Anthony Wong
  • Date: 2014-01-06 02:57:07 UTC
  • mfrom: (1.1.2)
  • Revision ID: package-import@ubuntu.com-20140106025707-apljclew3144ijwh
Tags: 2.0-1
* New upstream release.
* Update debian/watch to use new upstream URL.
* Depends python3-pycangjie (>= 1.0)

Show diffs side-by-side

added added

removed removed

Lines of Context:
59
59
    import sys
60
60
    sys.exit(1)
61
61
 
62
 
Setup(bus, args.engine, datadir, gettext_package).run()
 
62
Setup(args.engine, datadir, gettext_package).run()