Browse Source

remove unneccessary Ice import that breaks DBus. fixes #101

Natenom/support-murmur-13-1446181288462
Michael Ziegler 15 years ago
parent
commit
0ba1f084d2
  1. 2
      pyweb/mumble/models.py

2
pyweb/mumble/models.py

@ -15,7 +15,7 @@
* GNU General Public License for more details. * GNU General Public License for more details.
""" """
import Ice, re
import re
from sys import stderr from sys import stderr
from urllib import urlopen from urllib import urlopen
from StringIO import StringIO from StringIO import StringIO

Loading…
Cancel
Save