Skip to content

Commit

Permalink
Removed unnecessary path insert for the package code
Browse files Browse the repository at this point in the history
  • Loading branch information
MicBoucinha committed Aug 8, 2019
1 parent 303bc68 commit c756eb3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
import os
import sys

sys.path.insert(0, os.path.abspath('../../pybpodapi'))
sys.path.insert(0, os.path.abspath('../../'))
#sys.path.insert(0, os.path.abspath('../../pybpodapi'))
#sys.path.insert(0, os.path.abspath('../../'))

import pybpodapi

Expand Down

0 comments on commit c756eb3

Please sign in to comment.