no source link fix

master
Vishnunarayan K I 2018-10-09 20:56:09 +05:30
parent b4c889522d
commit 1b197136dc
1 changed files with 3 additions and 3 deletions

View File

@ -12,9 +12,9 @@
# add these directories to sys.path here. If the directory is relative to the
# documentation root, use os.path.abspath to make it absolute, like shown here.
#
# import os
# import sys
# sys.path.insert(0, os.path.abspath('.'))
import os
import sys
sys.path.insert(0, os.path.abspath('../anime_downloader'))
# -- Project information -----------------------------------------------------