mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-07-22 02:51:03 +00: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:
parent
fb0c8ddb08
commit
278927f844
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ import Ice
|
||||||
if not os.path.exists(slicefile):
|
if not os.path.exists(slicefile):
|
||||||
print slicefile+" not found!"
|
print slicefile+" not found!"
|
||||||
quit(1)
|
quit(1)
|
||||||
Ice.loadSlice(slicefile)
|
Ice.loadSlice('', ['-I' + Ice.getSliceDir(), slicefile])
|
||||||
|
|
||||||
import Murmur
|
import Murmur
|
||||||
ice = Ice.initialize()
|
ice = Ice.initialize()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue