Split up the browser, some cleanups and
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
import os
|
||||
import sys
|
||||
|
||||
import dbus
|
||||
|
||||
class LogWriter:
|
||||
@@ -16,7 +15,4 @@ class LogWriter:
|
||||
sys.stderr = self
|
||||
|
||||
def write(self, s):
|
||||
try:
|
||||
self._logger.log(self._application, s)
|
||||
except:
|
||||
pass
|
||||
self._logger.log(self._application, s)
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
import os
|
||||
import sys
|
||||
from ConfigParser import ConfigParser
|
||||
|
||||
import pygtk
|
||||
@@ -39,4 +38,4 @@ def start():
|
||||
try:
|
||||
gtk.main()
|
||||
except KeyboardInterrupt:
|
||||
pass
|
||||
print 'Ctrl+C pressed, exiting...'
|
||||
|
||||
Reference in New Issue
Block a user