fix no module name bug

üst 28e23fff
......@@ -19,6 +19,9 @@ import os
import sys
import traceback
if os.path.exists("/usr/lib/sulin/inary"):
sys.path.insert(0,"/usr/lib/sulin/inary")
import inary
import inary.cli
import inary.context as ctx
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment