Skip to content

Commit

Permalink
Insert the path of the debian packe python3-uno FIRST of the path.
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Roth committed Apr 27, 2019
1 parent 81676b0 commit 7e2c21e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyoo.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
import sys

import sys
sys.path.append('/usr/lib/python3/dist-packages/')
sys.path.insert(0,'/usr/lib/python3/dist-packages/')
import uno


Expand Down

0 comments on commit 7e2c21e

Please sign in to comment.