fix no module name bug

üst d2f0f8a5
......@@ -19,8 +19,8 @@ import os
import sys
import traceback
if os.path.exists("/usr/lib/sulin/inary"):
sys.path.insert(0,"/usr/lib/sulin/inary")
if os.path.exists("/usr/lib/sulin"):
sys.path.insert(0,"/usr/lib/sulin")
import inary
import inary.cli
......
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