~ubuntu-branches/ubuntu/wily/blueman/wily

« back to all changes in this revision

Viewing changes to module/modem-prober.c

  • Committer: Package Import Robot
  • Author(s): Sean Davis
  • Date: 2015-09-07 12:48:18 UTC
  • mfrom: (2.3.11 sid)
  • Revision ID: package-import@ubuntu.com-20150907124818-evulc0mhjotz8q29
Tags: 2.0-1ubuntu1
* Merge from Debian unstable (LP: #1482626). Remaining changes:
  - debian/patches/03_filemanage_fix.patch:
    + Dropped, no longer needed.
  - debian/patches/dhcpclient_priority
  - debian/patches/01_dont_autostart_lxde.patch
    + Refreshed patches

Show diffs side-by-side

added added

removed removed

Lines of Context:
34
34
 
35
35
#include "modem-prober.h"
36
36
 
 
37
#if PY_MAJOR_VERSION >= 3
 
38
#define PyString_FromString PyUnicode_FromString
 
39
#endif
 
40
 
37
41
static gboolean verbose = FALSE;
38
42
 
39
43
void set_probe_debug(gboolean debug) {