~stefan-kuhn-g/wicd/wicd

« back to all changes in this revision

Viewing changes to gtk/wicd-client.py

  • Committer: Stefan Kuhn
  • Date: 2013-04-02 21:38:27 UTC
  • Revision ID: stefan.kuhn@hispeed.ch-20130402213827-5gp9e6h8ytq2psss
gtk/wicd-client.py: sleep 0.5s after starting daemon, see http://code.google.com/p/pentoo/issues/detail?id=12

Show diffs side-by-side

added added

removed removed

Lines of Context:
43
43
import os
44
44
import pango
45
45
import atexit
 
46
import time
46
47
from dbus import DBusException
47
48
 
48
49
import pygtk