mirror of
https://github.com/znc/znc.git
synced 2026-03-28 17:42:41 +01:00
Fix moddata path for python modules.
How did it ever work before? ><
This commit is contained in:
@@ -418,7 +418,7 @@ def find_open(modname):
|
||||
finally:
|
||||
if x[0]:
|
||||
x[0].close()
|
||||
return (pymodule, d[1])
|
||||
return (pymodule, d[1]+modname)
|
||||
else:
|
||||
# nothing found
|
||||
return (None, None)
|
||||
|
||||
Reference in New Issue
Block a user