~ubuntu-branches/ubuntu/saucy/terminator/saucy

« back to all changes in this revision

Viewing changes to terminatorlib/debugserver.py

  • Committer: Bazaar Package Importer
  • Author(s): Nicolas Valcárcel Scerpella (Canonical)
  • Date: 2010-04-07 17:10:31 UTC
  • mfrom: (1.1.7 upstream)
  • Revision ID: james.westby@ubuntu.com-20100407171031-35nsuj0tmbub0bj5
Tags: 0.92-0ubuntu1
* New upstream release
* Remove python-xdg from Recommends. (Closes: #567967)
* Downgrade python-gnome2 to Recommends.
* Update python-gtk2 dependency to (>= 2.14.0)
* Add python-keybinder to Recommends

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
# Use of this file is unrestricted provided this notice is retained.
6
6
# If you use it, it'd be nice if you dropped me a note.  Also beer.
7
7
 
8
 
from terminatorlib.config import dbg, err
 
8
from terminatorlib.util import dbg, err
9
9
from terminatorlib.version import APP_NAME, APP_VERSION
10
10
 
11
11
import socket