Skip to content

Commit

Permalink
Issue Xonshiz#104
Browse files Browse the repository at this point in the history
Corrected issue 104.
  • Loading branch information
leptoid authored Nov 3, 2019
1 parent eb63215 commit b6c1e36
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions anime_dl/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@
__author__ = "Xonshiz"
__email__ = "[email protected]"
"""
import os,sys,inspect
currentdir = os.path.dirname(os.path.abspath(inspect.getfile(inspect.currentframe())))
parentdir = os.path.dirname(currentdir)
sys.path.insert(0,parentdir)
import anime_dl

from Anime_dl import *
from sys import exit
from version import __version__
Expand Down

0 comments on commit b6c1e36

Please sign in to comment.