Force themes to be olpc, so people can get

This commit is contained in:
Marco Pesenti Gritti
2006-06-07 16:08:14 -04:00
parent 09353c0154
commit c4b112366c
4 changed files with 21 additions and 5 deletions
+2
View File
@@ -83,6 +83,8 @@ class UnicastStream(Stream):
except(socket.error):
port = port + 1
tries = tries - 1
if self._reader is None:
print 'Could not start xmlrpc server.'
self._service.set_port(port)
def _message(self, nick_name, message):