2
0
mirror of https://github.com/munin-monitoring/contrib.git synced 2018-11-08 00:59:34 +01:00

[mumble_users] fix issue #257 - Can't open include file Ice/SliceChecksumDict.ice

Solution found at https://bitbucket.org/Svedrin/mumble-django/issue/94/cant-open-include-file-ice
This commit is contained in:
Thomas 2013-02-15 00:52:32 +01:00
parent fb0c8ddb08
commit 278927f844

View File

@ -17,7 +17,7 @@ import Ice
if not os.path.exists(slicefile):
print slicefile+" not found!"
quit(1)
Ice.loadSlice(slicefile)
Ice.loadSlice('', ['-I' + Ice.getSliceDir(), slicefile])
import Murmur
ice = Ice.initialize()